summaryrefslogtreecommitdiff
path: root/gnu/packages/package-management.scm
Commit message (Expand)AuthorAgeFilesLines
...
* maint: Require Guile 3.0.•••* 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. Ludovic Courtès2021-06-011-34/+0
* gnu: guix: Update to 1.3.0-3.50dfbbf.•••* gnu/packages/package-management.scm (guix): Update to 1.3.0-3.50dfbbf. Mathieu Othacehe2021-06-011-3/+3
* gnu: guix-build-coordinator: Update to 0-30.f9af463.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-30.f9af463. Christopher Baines2021-06-011-3/+3
* gnu: guix-build-coordinator: Update to 0-29.8c98f47.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-29.8c98f47. Christopher Baines2021-05-271-3/+3
* gnu: guix-build-coordinator: Update to 0-28.675c52d.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-28.675c52d. Christopher Baines2021-05-261-3/+3
* gnu: guix: Update to 9f2b2c4.•••* gnu/packages/package-management.scm (guix): Update to 9f2b2c4. Christopher Baines2021-05-221-3/+3
* gnu: nix: Update to 2.3.11.•••* gnu/packages/package-management.scm (nix): Update to 2.3.11. Tobias Geerinckx-Rice2021-05-181-2/+2
* gnu: guix: Add dependency on Disarchive.•••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. Ludovic Courtès2021-05-141-1/+5
* Merge branch 'version-1.3.0'Maxim Cournoyer2021-05-111-4/+4
|\
| * gnu: guix: Update to 771b866.Maxim Cournoyer2021-05-111-3/+3
| * gnu: guix: Update to 1.3.0.Maxim Cournoyer2021-05-111-4/+4
| * gnu: guix: Update to 566982b.Maxim Cournoyer2021-05-081-3/+3
| * gnu: guix: Update to 1.3.0rc2.Maxim Cournoyer2021-05-081-4/+4
| * gnu: guile2.2-guix: Add missing dependencies.•••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. Ludovic Courtès2021-05-051-2/+9
| * gnu: guix: Phases refer to #:system, #:target, and #:native-inputs.•••* 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). Ludovic Courtès2021-05-051-11/+6
| * gnu: guix: Avoid Bash wrapper.•••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. Ludovic Courtès2021-05-051-25/+31
| * gnu: guix: Add run-time dependency on Guile-Lib.•••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. Ludovic Courtès2021-05-051-1/+1
| * gnu: guix: Update to 6fd7f16.Maxim Cournoyer2021-04-291-3/+3
| * gnu: guix: Update to 1.3.0rc1.Maxim Cournoyer2021-04-291-4/+4
* | gnu: guile2.2-guix: Add missing dependencies.•••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. Ludovic Courtès2021-05-051-2/+9
* | gnu: guix: Phases refer to #:system, #:target, and #:native-inputs.•••* 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). Ludovic Courtès2021-05-051-11/+6
* | gnu: guix: Avoid Bash wrapper.•••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. Ludovic Courtès2021-05-051-25/+31
* | gnu: guix: Add run-time dependency on Guile-Lib.•••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. Ludovic Courtès2021-05-051-1/+1
* | gnu: libostree: Update to 2021.2.•••* gnu/packages/package-management.scm (libostree): Update to 2021.2. Tobias Geerinckx-Rice2021-05-021-2/+2
* | gnu: guix-build-coordinator: Update to 0-27.1305724.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-27.1305724. Christopher Baines2021-04-231-3/+3
* | gnu: guix-build-coordinator: Update to 0-26.f836f07.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-26.f836f07. Christopher Baines2021-04-231-3/+3
* | gnu: guix-build-coordinator: Add missing guile-sqlite3 to wrapper.•••* gnu/packages/package-management.scm (guix-build-coordinator)[arguments]: List guile-sqlite3 as a guile input for wrapping. Christopher Baines2021-04-231-0/+1
* | gnu: guix-build-coordinator: Update to 0-25.c49b1c8.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-25.c49b1c8. Christopher Baines2021-04-221-3/+3
|/
* gnu: Guix: Update to 1.2.0-21.4dff6ec.•••Fixes <https://bugs.gnu.org/46829>. * gnu/packages/package-management.scm (guix): Update to 1.2.0-21.4dff6ec. Leo Famulari2021-04-131-3/+3
* gnu: guix: Update to 2d73086.•••* gnu/packages/package-management.scm (guix): Update to 2d73086. Ludovic Courtès2021-04-091-3/+3
* gnu: guix-build-coordinator: Update to 0-24.6fb5eaf.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-24.6fb5eaf. Christopher Baines2021-04-091-3/+3
* gnu: guix-build-coordinator: Update to 0-23.44d0006.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-23.44d0006. [arguments]: Fix missing guile-fibers when not building for the hurd. Christopher Baines2021-04-091-9/+13
* gnu: guix-build-coordinator: Update to 0-22.44d0006.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-22.44d0006. Christopher Baines2021-04-081-3/+3
* gnu: guix: Update to 8f9052d.•••* gnu/packages/package-management.scm (guix): Update to 8f9052d. Ludovic Courtès2021-03-311-3/+3
* gnu: guix: Fix openrc init scripts.•••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> zimoun2021-03-301-1/+1
* gnu: guix-build-coordinator: Update to 0-21.6e7e63f.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-21.6e7e63f. Christopher Baines2021-03-261-3/+3
* gnu: guix: Update to 6e7ba45.•••* gnu/packages/package-management.scm (guix): Update to 6e7ba45. Léo Le Bouter2021-03-261-3/+3
* Revert "gnu: guix: Update to 86dd54f."•••A test failure (tests/print) was uncovered so revert until we fix it. This reverts commit b0eb525ddba77420ff8c0930b9173b10f9ae342d. Léo Le Bouter2021-03-251-3/+3
* gnu: guix: Update to 86dd54f.•••* gnu/packages/package-management.scm (guix): Update to 86dd54f. Léo Le Bouter2021-03-251-3/+3
* gnu: rpm: Update to 4.16.1.3.•••* gnu/packages/package-management.scm (rpm): Update to 4.16.1.3. Tobias Geerinckx-Rice2021-03-231-2/+2
* gnu: guix: Update to ec7fb66 [security].•••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. Ludovic Courtès2021-03-181-3/+3
* gnu: Use autoconf instead of autoconf-wrapper when possible.•••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> Maxime Devos2021-03-171-1/+1
* gnu: guix: Update to c8887a5.•••* gnu/packages/package-management.scm (guix): Update to c8887a5. Ludovic Courtès2021-03-131-3/+3
* gnu: flatpak: Update to 1.10.2 [fixes CVE-2021-21381].•••* gnu/packages/package-management.scm (flatpak): Update to 1.10.2. Léo Le Bouter2021-03-111-2/+2
* import: Add Go importer.•••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> Katherine Cox-Buday2021-03-101-0/+3
* gnu: guix: Update to 1.2.0-15.f8953be.•••* gnu/packages/package-management.scm (guix): Update to 1.2.0-15.f8953be. Mathieu Othacehe2021-03-101-3/+3
* gnu: guix: Update to 112692c.•••* gnu/packages/package-management.scm (guix): Update to 112692c. Christopher Baines2021-03-051-3/+3
* gnu: guix-build-coordinator: Update to 0-20.1f79fc3.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-20.1f79fc3. Christopher Baines2021-02-281-3/+3
* gnu: guix-build-coordinator: Update to 0-19.f9a257e.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-19.f9a257e. Christopher Baines2021-02-231-16/+48
* gnu: guix-build-coordinator: Update to 0-18.88fbb69.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-18.88fbb69. Christopher Baines2021-02-101-3/+3