summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add (guix git-authenticate).Ludovic Courtès2020-06-05
| | | | | | | | | | | | | | | | * build-aux/git-authenticate.scm (commit-signing-key) (read-authorizations, commit-authorized-keys, authenticate-commit) (load-keyring-from-blob, load-keyring-from-reference) (authenticate-commits, authenticated-commit-cache-file) (previously-authenticated-commits, cache-authenticated-commit): Remove. * build-aux/git-authenticate.scm (git-authenticate): Pass #:default-authorizations to 'authenticate-commits'. * guix/git-authenticate.scm: New file, with code taken from 'build-aux/git-authenticate.scm'. Remove references to '%historical-authorized-signing-keys' and add #:default-authorizations parameter instead. * Makefile.am (MODULES): Add it. (authenticate): Depend on guix/git-authenticate.go.
* gnu: boost-signals2: Update hash.Tobias Geerinckx-Rice2020-06-05
| | | | | | Reported by pkill9 on #guix. * gnu/packages/boost.scm (boost-signals2)[source]: Fix the hash.
* gnu: diffoscope: Update to 146.Tobias Geerinckx-Rice2020-06-05
| | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 146.
* gnu: diffoscope: Remove redundant let binding.Tobias Geerinckx-Rice2020-06-05
| | | | * gnu/packages/diffoscope.scm (diffoscope): Unbind VERSION.
* gnu: docker, docker-cli: Update to 19.03.9.Tobias Geerinckx-Rice2020-06-05
| | | | | * gnu/packages/docker.scm (%docker-version): Update to 19.03.9. (docker, docker-cli): Update hashes.
* gnu: websocketpp: Update to 0.8.2.Tobias Geerinckx-Rice2020-06-05
| | | | | | | | * gnu/packages/web.scm (websocketpp): Update to 0.8.2. [source]: Replace patch. * gnu/packages/patches/websocketpp-fix-for-boost-1.70.patch: Delete file. * gnu/packages/patches/websocketpp-fix-for-cmake-3.15.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: strace: Update to 5.7.Tobias Geerinckx-Rice2020-06-05
| | | | | * gnu/packages/linux.scm (strace): Update to 5.7. [arguments]: Disable three failing tests.
* gnu: singular: Update to 4.1.3p1.Tobias Geerinckx-Rice2020-06-05
| | | | * gnu/packages/algebra.scm (singular): Update to 4.1.3p1.
* gnu: iproute2: Update to 5.7.0.Tobias Geerinckx-Rice2020-06-05
| | | | * gnu/packages/linux.scm (iproute): Update to 5.7.0.
* gnu: man-db: Update to 2.9.2.Tobias Geerinckx-Rice2020-06-05
| | | | * gnu/packages/man.scm (man-db): Update to 2.9.2.
* gnu: fetchmail: Update to 6.4.6.Tobias Geerinckx-Rice2020-06-05
| | | | * gnu/packages/mail.scm (fetchmail): Update to 6.4.6.
* gnu: synapse: Update to 1.14.0.Tobias Geerinckx-Rice2020-06-05
| | | | * gnu/packages/matrix.scm (synapse): Update to 1.14.0.
* gnu: guix: Update to ea924134f8.Mathieu Othacehe2020-06-05
| | | | | | | | Update Guix to include ea924134f819eef072ba7df9080d39de97fd73e6, that fixes a test failure that can occur when running from a file-system without user_xattr support. * gnu/packages/package-management.scm (guix): Update to 1.1.0-6.ea92413.
* tests: syscall: Support file-systems without extended attributes.Mathieu Othacehe2020-06-05
| | | | | * tests/syscalls.scm (setxattr): Catch ENOTSUP that can be raised if the file-system does not support extended user attributes.
* gnu: Add cl-1am.Katherine Cox-Buday2020-06-05
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-1am, cl-1am, ecl-1am): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-sxql.Katherine Cox-Buday2020-06-05
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-sxql, cl-sxql, ecl-sxql): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-exponential-backoff.Katherine Cox-Buday2020-06-05
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-exponential-backoff, cl-exponential-backoff, ecl-exponential-backoff): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-rove.Katherine Cox-Buday2020-06-05
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-rove, cl-rove, ecl-rove): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-dissect.Katherine Cox-Buday2020-06-05
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-dissect, cl-dissect, ecl-dissect): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-uuid.Katherine Cox-Buday2020-06-05
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-uuid, cl-uuid, ecl-uuid): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-prometheus.pushgateway.Katherine Cox-Buday2020-06-05
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-prometheus.pushgateway, cl-prometheus.pushgateway, ecl-prometheus.pushgateway): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-prometheus.exposers.hunchentoot.Katherine Cox-Buday2020-06-05
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-prometheus.exposers.hunchentoot, cl-prometheus.exposers.hunchentoot): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-prometheus.formats.text.Katherine Cox-Buday2020-06-05
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-prometheus.formats.text, cl-prometheus.formats.text, ecl-prometheus.formats.text): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-prometheus.collectors.process.Katherine Cox-Buday2020-06-05
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-prometheus.collectors.process, cl-prometheus.collectors.process, ecl-prometheus.collectors.process): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-prometheus.collectors.sbcl.Katherine Cox-Buday2020-06-05
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-prometheus.collectors.sbcl, cl-prometheus.collectors.sbcl): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-prometheus.Katherine Cox-Buday2020-06-05
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-prometheus, cl-prometheus, ecl-prometheus): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add quantile-estimator.Katherine Cox-Buday2020-06-05
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-quantile-estimator, ecl-quantile-estimator, cl-quantile-estimator): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: txr: Update to 239.Guillaume Le Vaillant2020-06-05
| | | | | * gnu/packages/lisp.scm (txr): Update to 239. [arguments]: Use cc-for-target.
* gnu: guix: Update to 7730f41afd.Mathieu Othacehe2020-06-05
| | | | * gnu/packages/package-management.scm (guix): Update to 1.1.0-5.7730f41.
* installer: final: Add some extra logging.Mathieu Othacehe2020-06-05
| | | | | * gnu/installer/final.scm (kill-cow-users): Log the killed process name, (umount-cow-store): inform that we are umounting the cow-store.
* gnu: rosegarden: Update to 20.06.Nicolas Goaziou2020-06-04
| | | | * gnu/packages/music.scm (rosegarden): Update to 20.06.
* gnu: guile-rsvg: Use 'git-fetch' instead of a generated archive.Ludovic Courtès2020-06-04
| | | | * gnu/packages/gtk.scm (guile-rsvg)[source]: Switch to GIT-FETCH.
* bash completion: Complete sub-commands after 'guix time-machine'.Ludovic Courtès2020-06-04
| | | | | | * etc/completion/bash/guix (_guix_complete_subcommand): New function. (_guix_complete): Use it. For "time-machine", call '_guix_complete_subcommand' by default.
* bash completion: Complete file names after '-p' and '-C'.Ludovic Courtès2020-06-04
| | | | | | * etc/completion/bash/guix (_guix_is_dash_C, _guix_is_dash_p): New functions. (_guix_complete): Honor them for "install", "remove", "upgrade", "pull", and "time-machine".
* gnu: emacs-modus-operandi-theme: Update to 0.9.0.Nicolas Goaziou2020-06-04
| | | | * gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme): Update to 0.9.0.
* gnu: emacs-modus-vivendi-theme: Update to 0.9.0.Nicolas Goaziou2020-06-04
| | | | * gnu/packages/emacs-xyz.scm (emacs-modus-vivendi-theme): Update to 0.9.0.
* gnu: Add emacs-meson-mode.Fredrik Salomonsson2020-06-04
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-meson-mode): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: autorandr: Fix typo.Brice Waegeneire2020-06-04
| | | | | * gnu/packages/xdisorg.scm (autorandr)[arguments]<phases>: Fix typo in bash completion directory.
* gnu: emacs-treemacs: Update to 2.8.Katherine Cox-Buday2020-06-04
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-treemacs): Update to 2.8. [arguments]: Do not prepare dependencies before testing. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-slack: Update to a6d9f49.Katherine Cox-Buday2020-06-04
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-slack): Update to a6d9f49. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: network-manager-applet: Propagate 'libnma'.Brice Waegeneire2020-06-04
| | | | | | | | | | Fixes <https://issues.guix.info/41653>. * gnu/packages/gnome.scm (network-manager-applet)[inputs]: Move 'libnma' to … [propagated-inputs]: … here. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: emacs-nov-el: Add comment about upstream not tagging releases.Nicolas Goaziou2020-06-04
| | | | * gnu/packages/emacs-xyz.scm (emacs-nov-el): Add a comment. Fix indentation.
* gnu: emacs-elpher: Update to 2.7.9.Simon South2020-06-04
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 2.7.9. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-nov-el: Update to 0.3.0.Simon South2020-06-04
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-nov-el): Update to 0.3.0. [home-page, source]: Use new upstream URIs. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-glsl-mode.Fredrik Salomonsson2020-06-04
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-glsl-mode): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* doc: cookbook: Add entry about getting substitutes through Tor.Brice Waegeneire2020-06-04
| | | | * doc/guix-cookbook.texi (Getting substitutes from Tor): New section.
* xorg: honor xorg-configuration-server in xorg-configuration->fileCaleb Ristvedt2020-06-04
| | | | | | | | | | | | | Fixes <https://bugs.gnu.org/40806>. Previously the xorg-server package specified in the configuration was ignored entirely in xorg-configuration->file. This had the effect that while the X program of the configured package would be executed, the modules of the configured package would be ignored in favor of the default xorg-server package's modules. This fixes that. * gnu/services/xorg.scm (xorg-configuration->file): honor xorg-configuration-server.
* gnu: python-pypairix: Update to 0.3.7 and build programs.Ricardo Wurmus2020-06-04
| | | | | | * gnu/packages/bioinformatics.scm (python-pypairix): Update to 0.3.7. [source]: Fetch from github. [arguments]: Add phases "build-programs" and "install-programs".
* gnu: sameboy: Update to 0.13.1 [security fix].Jakub Kądziołka2020-06-03
| | | | * gnu/packages/emulators.scm (sameboy): Update to 0.13.1.
* gnu: linux-libre: Update to 5.4.44.Mark H Weaver2020-06-03
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.44. (linux-libre-5.4-pristine-source): Update hash.