summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Expand)Author
2020-02-16gnu: lttoolbox: Update to 3.5.1....* gnu/packages/dictionaries.scm (lttoolbox): Update to 3.5.1. [arguments]: Replace ‘bootstrap’ phase. [native-inputs]: Add autoconf, automake, and libtool. Tobias Geerinckx-Rice
2020-02-16gnu: camlp5: Update to 7.11....* gnu/packages/ocaml.scm (camlp5): Update to 7.11. Tobias Geerinckx-Rice
2020-02-16gnu: ddclient: Update home page....* gnu/packages/dns.scm (ddclient)[home-page]: Update. Tobias Geerinckx-Rice
2020-02-16gnu: ddclient: Update to 3.9.1....* gnu/packages/dns.scm (ddclient): Update to 3.9.1. [source]: Use GIT-FETCH and add a FILE-NAME. [native-inputs]: Remove gzip and tar. [arguments]: Adapt to git checkout source. Tobias Geerinckx-Rice
2020-02-16gnu: boinc-client: Trim synopsis....* gnu/packages/distributed.scm (boinc-client)[synopsis]: Remove package name. Tobias Geerinckx-Rice
2020-02-16gnu: boinc-client: Update to 7.16.4....* gnu/packages/distributed.scm (boinc-client): Update to 7.16.4. Tobias Geerinckx-Rice
2020-02-16gnu: noise-repellent: Update to 0.1.5....* gnu/packages/audio.scm (noise-repellent): Update to 0.1.5. [build-system]: Switch to meson-build-system. [arguments]: Remove GNU build system flags & set installation prefix. Tobias Geerinckx-Rice
2020-02-16gnu: Remove blender@2.79b....As discussed on #guix with lfam and raingloom, it no longer builds and users with hardware that requires it can use ‘guix time-machine’. * gnu/packages/graphics.scm (blender-2.79): Remove variable. Tobias Geerinckx-Rice
2020-02-16gnu: blender: Update to 2.82....* gnu/packages/graphics.scm (blender): Update to 2.82. [arguments]: Uncomment ‘fix-broken-import’ phase. Tobias Geerinckx-Rice
2020-02-16gnu: Add rtl8812au-aircrack-ng-linux-module....* gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module): New public variable. Tobias Geerinckx-Rice
2020-02-16gnu: virt-manager: Move gobject-introspection to native-inputs...* gnu/packages/virtualization.scm (virt-manager): Move gobject-introspection from inputs to native-inputs. Jakub Kądziołka
2020-02-16gnu: libvirt, virt-manager: Don't use tabs for indentation...* gnu/packages/virtualization.scm: Replace tabs with spaces. Jakub Kądziołka
2020-02-16gnu: rust-same-file-1.0: Don't skip build....* gnu/packages/crates-io.scm (rust-same-file-1.0)[arguments]: Don't skip build. Jakub Kądziołka
2020-02-16gnu: rust-ignore-0.4: Add rust-winapi-util-0.1 to inputs....This is a followup to 566997236494d83a48182d69311897789b5c9cd4. At the time, it seemed like the input is only used on Windows and therefore unnecessary. However, the package kept building only because the crate was still being used transitively, through rust-same-file-1.0. * gnu/packages/crates-io.scm (rust-ignore-0.4)[arguments](cargo-inputs): Add rust-winapi-util-0.1. Jakub Kądziołka
2020-02-16gnu: accountsservice: 'Add patch-/bin/cat' phase....* gnu/packages/freedesktop.scm (accountsservice)[arguments]: Add 'patch-/bin/cat' phase. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Rene Saavedra
2020-02-16gnu: elixir: Update to 1.10.0....* gnu/packages/elixir.scm (elixir): Update to 1.10.0. * gnu/packages/patches/elixir-path-length.patch: Update patch so it can be applied to v1.10.0 source Signed-off-by: Marius Bakke <mbakke@fastmail.com> Oskar Köök
2020-02-16gnu: whois: Update to 5.5.6....* gnu/packages/networking.scm (whois): Update to 5.5.6. Marius Bakke
2020-02-16gnu: gwl: Update to 0.2.0....* gnu/packages/package-management.scm (gwl): Update to 0.2.0. [source]: Fetch from gnu.org. [native-inputs]: Add texinfo and graphviz. [propagated-inputs]: Add guile-gcrypt, guile-pfds, guile-syntax-highlight, and guile-wisp. [home-page]: Use workflows.guix.info. [description]: Use official project description. Ricardo Wurmus
2020-02-16gnu: emulation-station: Fix build....* gnu/packages/emulators.scm (emulation-station): Switch to an unreleased git commit. Jakub Kądziołka
2020-02-16gnu: higan: Explain why v106, and not v107, is being packaged...* gnu/packages/emulators.scm (higan): Add a comment. Jakub Kądziołka
2020-02-16gnu: higan: Don't use auto-generated tarball....* gnu/packages/emulators.scm (higan)[source]: Don't use autogenerated tarball. Fetch from the new location for the repository. Jakub Kądziołka
2020-02-16gnu: higan: End phases with #t...* gnu/packages/emulators.scm (higan)[arguments]: End all phases with #t. Jakub Kądziołka
2020-02-15gnu: emacs-org-contrib: Update to 20200213....* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update to 20200213. Nicolas Goaziou
2020-02-15gnu: emacs-org: Update to 9.3.6....* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.3.6. Nicolas Goaziou
2020-02-15gnu: python-markdown: Update to 3.2.1....* gnu/packages/python-xyz.scm (python-markdown): Update to 3.2.1. Marius Bakke
2020-02-15gnu: libtorrent-rasterbar: Update to 1.1.14....* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.14. Marius Bakke
2020-02-15gnu: le-certs: Update input hashes....These unversioned files were modified upstream. The result of $ openssl x509 -in <FILE> -text for each old/new pair remains the same, however. * gnu/packages/certs.scm (le-certs)[inputs]: Update hash for isrgrootx1.pem, letsencryptauthorityx3.pem, and letsencryptauthorityx4.pem. Tobias Geerinckx-Rice
2020-02-15gnu: Add fbset....* gnu/packages/linux.scm (fbset): New public variable. Tobias Geerinckx-Rice
2020-02-15gnu: thunar: Update to 1.8.12....* gnu/packages/xfce.scm (thunar): Update to 1.8.12. Tobias Geerinckx-Rice
2020-02-15gnu: unbound: Update to 1.9.6 [security improvements]....* gnu/packages/dns.scm (unbound): Update to 1.9.6. Tobias Geerinckx-Rice
2020-02-15gnu: you-get: Update to 0.4.1403....* gnu/packages/video.scm (you-get): Update to 0.4.1403. Tobias Geerinckx-Rice
2020-02-15gnu: xvid: Update to 1.3.7....* gnu/packages/video.scm (xvid): Update to 1.3.7. Tobias Geerinckx-Rice
2020-02-15gnu: tumbler: Update to 0.2.8....* gnu/packages/xfce.scm (tumbler): Update to 0.2.8. Tobias Geerinckx-Rice
2020-02-15gnu: diction: Update to 1.14....* gnu/packages/dictionaries.scm (diction): Update to 1.14. Tobias Geerinckx-Rice
2020-02-15gnu: emacs-markdown-mode: Use HTTPS home page....* gnu/packages/emacs-xyz.scm (emacs-markdown-mode)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2020-02-15gnu: ebtables: Use HTTPS home page....* gnu/packages/linux.scm (ebtables)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2020-02-15gnu: sbcl-ningle: Use HTTPS home page....* gnu/packages/lisp-xyz.scm (sbcl-ningle)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2020-02-15gnu: cl-trivial-mimes: Use HTTPS home page....* gnu/packages/lisp-xyz.scm (cl-trivial-mimes)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2020-02-15gnu: abc: Use HTTPS home page....* gnu/packages/fpga.scm (abc)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2020-02-15gnu: monero: Disable core tests....Core tests sometimes fail at least on i686-linux. Let's disable them for now and just try hash tests and unit tests. * gnu/packages/finance.scm (monero)[arguments]: Don't run 'core_tests' in 'check' phase. Guillaume Le Vaillant
2020-02-15gnu: containerd: Fix test failure with Go 1.13....* gnu/packages/docker.scm (containerd)[source]: Add patch. * gnu/packages/patches/containerd-test-with-go1.13.patch: New file. * gnu/local.mk (dist_patch_DATA): Add patch. Jack Hill
2020-02-15gnu: python-fuzzywuzzy: Capitalize Python in synopsis...Follow-up to commit da8ca4c3fc2ac36977e3190bb05802c487619e8c * gnu/packages/python-xyz.scm (python-fuzzywuzzy)[synopsis]: python -> Python Jakub Kądziołka
2020-02-15gnu: radare2: Improve description....* gnu/packages/engineering.scm (radare2)[synopsis, description]: Re-write. Tobias Geerinckx-Rice
2020-02-15gnu: sbcl-fare-quasiquote-extras: Fix build....* gnu/packages/lisp-xyz.scm (sbcl-fare-quasiquote-extras)[arguments]: Fix 'build' phase. Guillaume Le Vaillant
2020-02-15gnu: sbcl-fare-quasiquote: Fix source and home-page....* gnu/packages/lisp-xyz.scm (sbcl-fare-quasiquote)[source]: Use main repository instead of Quicklisp archive. [home-page]: Fix URL. [synopsis]: Shorten it. Guillaume Le Vaillant
2020-02-15gnu: sbcl-parse-declarations: Fix source....* gnu/packages/lisp-xyz.scm (sbcl-parse-declarations)[source]: Use main repository instead of Quicklisp archive. Guillaume Le Vaillant
2020-02-15gnu: sbcl-puri: Fix source and license....* gnu/packages/lisp-xyz.scm (sbcl-puri)[source]: Use main repository instead of Quicklisp archive. [description]: Fix typo. [license]: Source code indicates LLGPL license. Guillaume Le Vaillant
2020-02-15gnu: sbcl-ptester: Fix source and license....* gnu/packages/lisp-xyz.scm (sbcl-ptester)[source]: Use main repository instead of Quicklisp archive. [license]: Source code indicates LLGPL license. Guillaume Le Vaillant
2020-02-15gnu: sbcl-rt: Fix source, home-page and license....* gnu/packages/lisp-xyz.scm (sbcl-rt)[source]: Use main repository instead of Quicklisp archive. [home-page]: Link to CLiki page. [license]: Source code indicates MIT license. Guillaume Le Vaillant
2020-02-15gnu: sbcl-iterate: Update to 1.5....* gnu/packages/lisp-xyz.scm (sbcl-iterate): Update to 1.5. [source]: Fetch from official project URL instead of Quicklisp archive. Guillaume Le Vaillant