summaryrefslogtreecommitdiff
path: root/gnu/packages/package-management.scm
AgeCommit message (Collapse)Author
2021-06-01maint: Require Guile 3.0.Ludovic Courtès
* configure.ac: Require Guile 3.0. * doc/guix.texi (Requirements): Adjust accordingly. * gnu/packages/package-management.scm (guile2.2-guix): Remove. * guix/lint.scm (exception-with-kind-and-args?): Remove 'cond-expand'. * guix/scripts/deploy.scm (deploy-machine*): Likewise. * guix/store.scm (call-with-store): Likewise. * guix/swh.scm (http-get*, http-post*): Likewise. * guix/ui.scm (without-compiler-optimizations, guard*) (call-with-error-handling): Likewise.
2021-06-01gnu: guix: Update to 1.3.0-3.50dfbbf.Mathieu Othacehe
* gnu/packages/package-management.scm (guix): Update to 1.3.0-3.50dfbbf.
2021-06-01gnu: guix-build-coordinator: Update to 0-30.f9af463.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-30.f9af463.
2021-05-27gnu: guix-build-coordinator: Update to 0-29.8c98f47.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-29.8c98f47.
2021-05-26gnu: guix-build-coordinator: Update to 0-28.675c52d.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-28.675c52d.
2021-05-22gnu: guix: Update to 9f2b2c4.Christopher Baines
* gnu/packages/package-management.scm (guix): Update to 9f2b2c4.
2021-05-18gnu: nix: Update to 2.3.11.Tobias Geerinckx-Rice
* gnu/packages/package-management.scm (nix): Update to 2.3.11.
2021-05-14gnu: guix: Add dependency on Disarchive.Ludovic Courtès
This enables the Disarchive fallback implemented in commit fbc2a52a32ddc664db8ebab420c2e17b1432c744. * gnu/packages/package-management.scm (guix)[inputs]: Add DISARCHIVE. [arguments]: In 'wrap-program' phase, add DISARCHIVE to the search path.
2021-05-11Merge branch 'version-1.3.0'Maxim Cournoyer
2021-05-11gnu: guix: Update to 771b866.Maxim Cournoyer
2021-05-11gnu: guix: Update to 1.3.0.Maxim Cournoyer
2021-05-08gnu: guix: Update to 566982b.Maxim Cournoyer
2021-05-08gnu: guix: Update to 1.3.0rc2.Maxim Cournoyer
2021-05-05gnu: guile2.2-guix: Add missing dependencies.Ludovic Courtès
Reported by Maxime Devos <maximedevos@telenet.be>. * gnu/packages/package-management.scm (guile2.2-guix)[inputs] [propagated-inputs]: Add GUILE2.2-LIB, GUILE2.2-ZLIB, and GUILE2.2-LZLIB.
2021-05-05gnu: guix: Phases refer to #:system, #:target, and #:native-inputs.Ludovic Courtès
* gnu/packages/package-management.scm (guix)[arguments]: In 'copy-bootstrap-guile' and 'wrap-program' phases, refer to #:system, #:native-inputs, and #:target instead of unquoting (%current-system) and (%current-target-system).
2021-05-05gnu: guix: Avoid Bash wrapper.Ludovic Courtès
The Bash wrapper created by 'wrap-program' creates an extra indirection and may annoyingly emit locale warnings: /gnu/store/…-bash-minimal-5.0.16/bin/bash: warning: setlocale: LC_ALL: cannot change locale (wtf) This warning would typically show up when running Guix, as produced by 'guix pack guix', on a foreign distro, annihilating efforts made in 1d4ab335b22a93e01c2eb1eb3e93fc6534157040 and 8a973abc6f7eebfcd8a904bfbb99cb9f86f66ef0. * gnu/packages/package-management.scm (guix)[arguments]: In 'wrap-program' phase, remove 'string-join' call for PATH and GOPATH. Replace 'wrap-program' call with a 'substitute*' form. Remove (when target ...) form. [inputs]: Remove "bash-minimal" added in commit 38b9af7c92344a17b6680ebd2aeea14171f84a1c and no longer needed.
2021-05-05gnu: guix: Add run-time dependency on Guile-Lib.Ludovic Courtès
This is a followup to 02e2e093e858e8a0ca7bd66c1f1f6fd0a1705edb, which added Guile-Lib as an input but did not add it to the wrapper's search path. * gnu/packages/package-management.scm (guix)[arguments]: In 'wrap-program' phase, add GUILE-LIB to DEPS.
2021-05-05gnu: guile2.2-guix: Add missing dependencies.Ludovic Courtès
Reported by Maxime Devos <maximedevos@telenet.be>. * gnu/packages/package-management.scm (guile2.2-guix)[inputs] [propagated-inputs]: Add GUILE2.2-LIB, GUILE2.2-ZLIB, and GUILE2.2-LZLIB.
2021-05-05gnu: guix: Phases refer to #:system, #:target, and #:native-inputs.Ludovic Courtès
* gnu/packages/package-management.scm (guix)[arguments]: In 'copy-bootstrap-guile' and 'wrap-program' phases, refer to #:system, #:native-inputs, and #:target instead of unquoting (%current-system) and (%current-target-system).
2021-05-05gnu: guix: Avoid Bash wrapper.Ludovic Courtès
The Bash wrapper created by 'wrap-program' creates an extra indirection and may annoyingly emit locale warnings: /gnu/store/…-bash-minimal-5.0.16/bin/bash: warning: setlocale: LC_ALL: cannot change locale (wtf) This warning would typically show up when running Guix, as produced by 'guix pack guix', on a foreign distro, annihilating efforts made in 1d4ab335b22a93e01c2eb1eb3e93fc6534157040 and 8a973abc6f7eebfcd8a904bfbb99cb9f86f66ef0. * gnu/packages/package-management.scm (guix)[arguments]: In 'wrap-program' phase, remove 'string-join' call for PATH and GOPATH. Replace 'wrap-program' call with a 'substitute*' form. Remove (when target ...) form. [inputs]: Remove "bash-minimal" added in commit 38b9af7c92344a17b6680ebd2aeea14171f84a1c and no longer needed.
2021-05-05gnu: guix: Add run-time dependency on Guile-Lib.Ludovic Courtès
This is a followup to 02e2e093e858e8a0ca7bd66c1f1f6fd0a1705edb, which added Guile-Lib as an input but did not add it to the wrapper's search path. * gnu/packages/package-management.scm (guix)[arguments]: In 'wrap-program' phase, add GUILE-LIB to DEPS.
2021-05-02gnu: libostree: Update to 2021.2.Tobias Geerinckx-Rice
* gnu/packages/package-management.scm (libostree): Update to 2021.2.
2021-04-29gnu: guix: Update to 6fd7f16.Maxim Cournoyer
2021-04-29gnu: guix: Update to 1.3.0rc1.Maxim Cournoyer
2021-04-23gnu: guix-build-coordinator: Update to 0-27.1305724.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-27.1305724.
2021-04-23gnu: guix-build-coordinator: Update to 0-26.f836f07.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-26.f836f07.
2021-04-23gnu: guix-build-coordinator: Add missing guile-sqlite3 to wrapper.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator)[arguments]: List guile-sqlite3 as a guile input for wrapping.
2021-04-22gnu: guix-build-coordinator: Update to 0-25.c49b1c8.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-25.c49b1c8.
2021-04-13gnu: Guix: Update to 1.2.0-21.4dff6ec.Leo Famulari
Fixes <https://bugs.gnu.org/46829>. * gnu/packages/package-management.scm (guix): Update to 1.2.0-21.4dff6ec.
2021-04-09gnu: guix: Update to 2d73086.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to 2d73086.
2021-04-09gnu: guix-build-coordinator: Update to 0-24.6fb5eaf.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-24.6fb5eaf.
2021-04-09gnu: guix-build-coordinator: Update to 0-23.44d0006.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-23.44d0006. [arguments]: Fix missing guile-fibers when not building for the hurd.
2021-04-08gnu: guix-build-coordinator: Update to 0-22.44d0006.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-22.44d0006.
2021-03-31gnu: guix: Update to 8f9052d.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to 8f9052d.
2021-03-30gnu: guix: Fix openrc init scripts.zimoun
Fixes <https://bugs.gnu.org/46871>. * gnu/packages/package-management.scm (guix)[arguments]: Fix openrc init. * nix/local.mk (openrcservicedir): Likewise. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-03-26gnu: guix-build-coordinator: Update to 0-21.6e7e63f.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-21.6e7e63f.
2021-03-26gnu: guix: Update to 6e7ba45.Léo Le Bouter
* gnu/packages/package-management.scm (guix): Update to 6e7ba45.
2021-03-25Revert "gnu: guix: Update to 86dd54f."Léo Le Bouter
A test failure (tests/print) was uncovered so revert until we fix it. This reverts commit b0eb525ddba77420ff8c0930b9173b10f9ae342d.
2021-03-25gnu: guix: Update to 86dd54f.Léo Le Bouter
* gnu/packages/package-management.scm (guix): Update to 86dd54f.
2021-03-23gnu: rpm: Update to 4.16.1.3.Tobias Geerinckx-Rice
* gnu/packages/package-management.scm (rpm): Update to 4.16.1.3.
2021-03-18gnu: guix: Update to ec7fb66 [security].Ludovic Courtès
This updates the 'guix' package so that it provides the fix for <https://bugs.gnu.org/47229>. * gnu/packages/package-management.scm (guix): Update to ec7fb66.
2021-03-17gnu: Use autoconf instead of autoconf-wrapper when possible.Maxime Devos
This should reduce confusion on when to use the "autoconf" package and when to use "autoconf-wrapper" instead in package definitions. Fixes <https://bugs.gnu.org/46564>. * gnu/packages/autotools.scm (autoconf-wrapper): advise to use the "autoconf" package instead where possible. * gnu/packages/game-development.scm (tsukundere)[native-inputs]: use "autoconf" instead of "autoconf-wrapper". * gnu/packages/gimp.scm (glimpse)[native-inputs]: likewise. (gimp-resynthesizer)[native-inputs]: add comment on why "autoconf-wrapper" is used. * gnu/packages/gnunet.scm (gnunet)[native-inputs]: use "autoconf" instead of "autoconf-wrapper". * gnu/packages/gnupg.scm (signing-party)[native-inputs]: add comment on why "autoconf-wrapper" is used. * gnu/packages/guile-xyz.scm (guile-bash,guile-filesystem,guile-ics,guile-udev)[native-inputs]: use "autoconf" instead of "autoconf-wrapper". * gnu/packages/libevent.scm (libuv)[native-inputs]: indicates "autoconf-wrapper" needs to be replaced with "autoconf" on core-updates. * gnu/packages/logging.scm (glog)[native-inputs]: use "autoconf" instead of "autoconf-wrapper". * gnu/packages/mail.scm (libetpan)[native-inputs]: likewise. * gnu/packages/mate.scm (mate-icon-theme-faenza)[native-inputs]: add comment on why "autoconf-wrapper" is used. (mate-screensaver)[native-inputs]: use "autoconf" instead of "autoconf-wrapper". * gnu/packages/package-management.scm (guix)[native-inputs]: likewise. * gnu/packages/sawfish.scm (librep)[native-inputs]: likewise. * gnu/packages/video.scm (motion)[native-inputs]: likewise. * gnu/packages/zile.scm (zile)[native-inputs]: likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-03-13gnu: guix: Update to c8887a5.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to c8887a5.
2021-03-11gnu: flatpak: Update to 1.10.2 [fixes CVE-2021-21381].Léo Le Bouter
* gnu/packages/package-management.scm (flatpak): Update to 1.10.2.
2021-03-10import: Add Go importer.Katherine Cox-Buday
This patch adds a 'guix import go' command. * doc/guix.texi (Requirements): Mention Guile-Lib dependency. (Invoking guix import): Document 'guix import go'. * gnu/packages/package-management.scm (guix)[inputs, propagated-inputs]: Add GUILE-LIB. * guix/self.scm (compiled-guix)[guile-lib]: New variable. [dependencies]: Add it. (specification->package): Add "guile-lib". * guix/build-system/go.scm (go-version->git-ref): New procedure. * guix/import/go.scm, guix/scripts/import/go.scm, tests/go.scm: New files. * guix/scripts/import.scm: Declare subcommand guix import go * po/guix/POTFILES.in: Add 'guix/scripts/import/go.scm'. * Makefile.am (MODULES): Add 'guix/import/go.scm' and 'guix/scripts/import/go.scm'. (SCM_TESTS): Add 'tests/go.scm'. Co-Authored-By: Helio Machado <0x2b3bfa0@gmail.com> Co-Authored-By: Francois Joulaud <francois.joulaud@radiofrance.com> Co-Authored-By: Maxim Cournoyer <maxim.cournoyer@gmail.com> Co-Authored-by: Ludovic Courtès <ludo@gnu.org>
2021-03-10gnu: guix: Update to 1.2.0-15.f8953be.Mathieu Othacehe
* gnu/packages/package-management.scm (guix): Update to 1.2.0-15.f8953be.
2021-03-05gnu: guix: Update to 112692c.Christopher Baines
* gnu/packages/package-management.scm (guix): Update to 112692c.
2021-02-28gnu: guix-build-coordinator: Update to 0-20.1f79fc3.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-20.1f79fc3.
2021-02-23gnu: guix-build-coordinator: Update to 0-19.f9a257e.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-19.f9a257e.
2021-02-10gnu: guix-build-coordinator: Update to 0-18.88fbb69.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-18.88fbb69.