summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-13substitute: Add zstd support.•••* guix/scripts/substitute.scm (%compression-methods): Add zstd. (compresses-better?): "lzip" always wins. Ludovic Courtès
2021-01-13publish: Add support for zstd compression.•••* guix/scripts/publish.scm (compress-nar)[write-compressed-file]: New procedure. Use it for 'gzip' and 'lzip'. Add 'zstd. (nar-response-port, string->compression-type): Add case for 'zstd'. * tests/publish.scm (zstd-supported?): New procedure. ("/nar/zstd/*"): New test. * doc/guix.texi (Invoking guix publish): Document zstd compression. (Base Services): Add cross-reference to the above node. Ludovic Courtès
2021-01-13utils: Support zstd compression via Guile-zstd.•••* guix/utils.scm (lzip-port): Return a single value. (zstd-port): New procedure. (decompressed-port, compressed-output-port): Add 'zstd' case. * tests/utils.scm (test-compression/decompression): Test 'zstd' when the (zstd) module is available. Ludovic Courtès
2021-01-13utils: Remove 'compressed-output-port'.•••This procedure was unused except in one test. * guix/utils.scm (compressed-port): Remove. * tests/utils.scm (test-compression/decompression): Rewrite to use 'compressed-output-port' instead. Ludovic Courtès
2021-01-13services: shepherd: 'shepherd-service-type' requires documentation.•••* gnu/services/shepherd.scm (shepherd-service-type): Require a 'description' form. * gnu/services/base.scm (root-file-system-service-type) (rngd-service-type, host-name-service-type): (virtual-terminal-service-type, console-keymap-service-type) (syslog-service-type, swap-service-type) (kmscon-service-type): Add description. * gnu/services/networking.scm (dhcp-client-service-type): Likewise. * gnu/system/install.scm (cow-store-service-type): Likewise. * gnu/system/linux-container.scm (dummy-networking-service-type): Likewise. * gnu/system/mapped-devices.scm (device-mapping-service-type): Likewise. * tests/guix-system.sh: Likewise. Ludovic Courtès
2021-01-13gnu: linux-libre 4.14: Update to 4.14.251.•••* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.251. (linux-libre-4.14-pristine-source): Update hash. Leo Famulari
2021-01-13gnu: linux-libre 4.19: Update to 4.19.167.•••* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.167. (linux-libre-4.19-pristine-source): Update hash. Leo Famulari
2021-01-13gnu: linux-libre 4.4: Update to 4.4.251.•••* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.251. (linux-libre-4.4-pristine-source): Update hash. Leo Famulari
2021-01-13gnu: linux-libre 4.9: Update to 4.9.251.•••* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.251. (linux-libre-4.9-pristine-source): Update hash. Leo Famulari
2021-01-13gnu: linux-libre 5.4: Update to 5.4.89.•••* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.89. (linux-libre-5.4-pristine-source): Update hash. Leo Famulari
2021-01-13gnu: linux-libre 5.10: Update to 5.10.7.•••* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.7. (linux-libre-5.10-pristine-source): Update hash. Leo Famulari
2021-01-13gnu: Add pinentry-rofi.•••* gnu/packages/gnupg.scm (pinentry-rofi): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Fredrik Salomonsson
2021-01-13gnu: Add emacs-helm-slack.•••* gnu/packages/emacs-xyz.scm (emacs-helm-slack): New variable. Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be> Signed-off-by: Ludovic Courtès <ludo@gnu.org> Raphaël Mélotte
2021-01-13gnu: setzer: Update to 0.3.9.•••* gnu/packages/gnome.scm (setzer): Update to 0.3.9. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vinicius Monego
2021-01-13gnu: libredwg: Update to 0.12.•••* gnu/packages/engineering.scm (libredwg): Update to 0.12. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vinicius Monego
2021-01-13substitute: Remove extra 'newline' call.•••This led to extra "substitute:" lines since commit 79c6614f58a57b985daf8940766319e440311db0 or thereabouts. * guix/scripts/substitute.scm (fetch-narinfos): Remove extra 'newline' call, which can be traced back to d3a652037ef879f9279bc056c43d15ba7afcbb25 (2015). Ludovic Courtès
2021-01-13gnu: cmh: Update source code URL.•••Partly fixes <https://bugs.gnu.org/42162>. * gnu/packages/algebra.scm (cmh)[source, home-page]: Refer to multiprecision.org. Ludovic Courtès
2021-01-13git: Periodically delete least-recently-used cached checkouts.•••This ensures ~/.cache/guix/checkouts is periodically cleaned up. * guix/git.scm (cached-checkout-expiration) (%checkout-cache-cleanup-period): New variables. (delete-checkout): New procedure. (update-cached-checkout)[cache-entries]: New procedure. Add call to 'maybe-remove-expired-cache-entries'. * guix/cache.scm (file-expiration-time): Add optional 'timestamp' parameter and honor it. Ludovic Courtès
2021-01-13gnu: gmp-ecm: Update source URI.•••* gnu/packages/algebra.scm (gmp-ecm): Update source URI from gforge.inria.fr to gitlab.inria.fr. Andreas Enge
2021-01-13gnu: emacs-websocket: Update to 1.13.1.•••* gnu/packages/emacs-xyz.scm (emacs-websocket): Update to 1.13.1. Nicolas Goaziou
2021-01-13gnu: emacs-posframe: Update to 0.8.4.•••* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 0.8.4. Nicolas Goaziou
2021-01-13gnu: Add cmd.•••* gnu/packages/lisp-xyz.scm (cl-cmd, ecl-cmd, sbcl-cmd): New variables. Pierre Neidhardt
2021-01-13gnu: Add shlex.•••* gnu/packages/lisp-xyz.scm (cl-shlex, ecl-shlex, sbcl-shlex): New variables. Pierre Neidhardt
2021-01-13Reapply "system: Assert, that user and group names are unique."•••* gnu/system/shadow.scm (assert-unique-account-names) (assert-unique-group-names): Demote formatted-message to warning. Leo Prikler
2021-01-12Revert "system: Assert, that user and group names are unique."•••This reverts commit a3002104a84c60556b6616d100cb98019e48759d, which breaks certain system configurations like: $ guix system reconfigure config.scm guix system: error: the following groups appear more than once: lp Jonathan Brielmaier
2021-01-12gnu: Sonata: Update to 1.7.0.•••* gnu/packages/mpd.scm (sonata): Update to 1.7.0. Leo Famulari
2021-01-12gnu: python-mpd2: Update to 3.0.1.•••* gnu/packages/mpd.scm (python-mpd2): Update to 3.0.1. [arguments]: Use pytest to run the tests. [native-inputs] Add python-pytest. Signed-off-by: Leo Famulari <leo@famulari.name> Tanguy Le Carrour
2021-01-12gnu: beets-bandcamp: Fix formatting.•••* gnu/packages/music.scm (beets-bandcamp)[description]: Fix formatting. Leo Famulari
2021-01-12gnu: redis: Update to 6.0.10.•••* gnu/packages/databases.scm (redis): Update to 6.0.10. Tobias Geerinckx-Rice
2021-01-12gnu: Fix comment typo.•••* gnu/packages/efi.scm: Purge spurious space. Tobias Geerinckx-Rice
2021-01-12gnu: Add efi_analyzer.•••* gnu/packages/engineering.scm (efi_analyzer): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Vincent Legoll
2021-01-12gnu: icedove: Update to 78.6.1.•••* gnu/packages/gnuzilla.scm (icedove): Update to 78.6.1. Jonathan Brielmaier
2021-01-12doc: Remove trace of ci.guix.info.•••* doc/guix.texi (Invoking guix weather): Use default substitute server in example. Florian Pelz
2021-01-12installer: Fix crash in parameters menu.•••Fixes: <https://issues.guix.gnu.org/45378>. * gnu/installer/newt/keymap.scm (run-layout-page): Return false when "Continue" button is pressed. (run-keymap-page): Do not try to compute variants if layout is false. Also do not try to format the result if layout is false. * gnu/installer.scm (compute-keymap-step): Do not apply keymap if "run-keymap-page" returns false. Mathieu Othacehe
2021-01-12gnu: ispell: Update to 3.4.02.•••* gnu/packages/aspell.scm (ispell): Update to 3.4.02. Tobias Geerinckx-Rice
2021-01-12gnu: skopeo: Update to 1.2.1.•••* gnu/packages/virtualization.scm (skopeo): Update to 1.2.1. Tobias Geerinckx-Rice
2021-01-12gnu: gpgme: Update to 1.15.1.•••* gnu/packages/gnupg.scm (gpgme): Update to 1.15.1. Tobias Geerinckx-Rice
2021-01-12ocaml: Add ocaml-down.•••* gnu/packages/ocaml.scm (ocaml-down): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> aecepoglu
2021-01-12ocaml: Add ocaml-ocp-index.•••* gnu/packages/ocaml.scm (ocaml-ocp-index): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> aecepoglu
2021-01-12ocaml: Add ocaml-ocp-indent.•••* gnu/packages/ocaml.scm (ocaml-ocp-indent): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> aecepoglu
2021-01-12gnu: lisp-repl-core-dumper: Update to 0.4.0.•••* gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.4.0. Pierre Neidhardt
2021-01-12gnu: Add magicffi.•••* gnu/packages/lisp-xyz.scm (cl-magicffi, ecl-magicffi, sbcl-magicffi): New variables. Pierre Neidhardt
2021-01-12gnu: kdeconnect: Fix wayland compatibility.•••* gnu/packages/kde.scm (kdeconnect)[inputs]: Add qtwayland. Efraim Flashner
2021-01-12services: Add keepalived service.•••* gnu/services/networking.scm (<keepalived-configuration>): New record. (keepalived-shepherd-service): New procedure. (keepalived-service-type): New variable. * doc/guix.texi (Networking Services): Document this. Oleg Pykhalov
2021-01-12services: Add syncthing service.•••* gnu/services/syncthing.scm: New file. * gnu/local.mk: Add this. * doc/guix.texi: Document this. Oleg Pykhalov
2021-01-12gnu: scribus: Build with podofo 0.9.6.•••* gnu/packages/scribus.scm (podofo-for-scribus): New private variable. (scribus)[inputs]: Use it instead of the regular podofo. Reported by Vincent Legoll <vincent.legoll@gmail.com>. Tobias Geerinckx-Rice
2021-01-12gnu: dbxfs: Update to 1.0.50.•••* gnu/packages/file-systems.scm (dbxfs): Update to 1.0.50. Efraim Flashner
2021-01-12gnu: python-userspacefs: Update to 2.0.3.•••* gnu/packages/python-xyz.scm (python-userspacefs): Update to 2.0.3. Efraim Flashner
2021-01-12gnu: libreoffice: Update to 6.4.7.2.•••* gnu/packages/libreoffice.scm (libreoffice): Update to 6.4.7.2. Efraim Flashner
2021-01-12gnu: neon: Don't build static library.•••* gnu/packages/version-controls.scm (neon)[arguments]: Add configure-flag to skip static library. Efraim Flashner