Age | Commit message (Expand) | Author |
2021-06-01 | 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ès |
2021-06-01 | gnu: guix: Update to 1.3.0-3.50dfbbf....* gnu/packages/package-management.scm (guix): Update to 1.3.0-3.50dfbbf.
| Mathieu Othacehe |
2021-06-01 | gnu: guix-build-coordinator: Update to 0-30.f9af463....* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-30.f9af463.
| Christopher Baines |
2021-05-27 | gnu: guix-build-coordinator: Update to 0-29.8c98f47....* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-29.8c98f47.
| Christopher Baines |
2021-05-26 | gnu: guix-build-coordinator: Update to 0-28.675c52d....* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-28.675c52d.
| Christopher Baines |
2021-05-22 | gnu: guix: Update to 9f2b2c4....* gnu/packages/package-management.scm (guix): Update to 9f2b2c4.
| Christopher Baines |
2021-05-18 | gnu: nix: Update to 2.3.11....* gnu/packages/package-management.scm (nix): Update to 2.3.11.
| Tobias Geerinckx-Rice |
2021-05-14 | 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ès |
2021-05-11 | Merge branch 'version-1.3.0' | Maxim Cournoyer |
2021-05-11 | gnu: guix: Update to 771b866. | Maxim Cournoyer |
2021-05-11 | gnu: guix: Update to 1.3.0. | Maxim Cournoyer |
2021-05-08 | gnu: guix: Update to 566982b. | Maxim Cournoyer |
2021-05-08 | gnu: guix: Update to 1.3.0rc2. | Maxim Cournoyer |
2021-05-05 | 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ès |
2021-05-05 | 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ès |
2021-05-05 | 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ès |
2021-05-05 | 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ès |
2021-05-05 | 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ès |
2021-05-05 | 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ès |
2021-05-05 | 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ès |
2021-05-05 | 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ès |
2021-05-02 | gnu: libostree: Update to 2021.2....* gnu/packages/package-management.scm (libostree): Update to 2021.2.
| Tobias Geerinckx-Rice |
2021-04-29 | gnu: guix: Update to 6fd7f16. | Maxim Cournoyer |
2021-04-29 | gnu: guix: Update to 1.3.0rc1. | Maxim Cournoyer |
2021-04-23 | gnu: guix-build-coordinator: Update to 0-27.1305724....* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-27.1305724.
| Christopher Baines |
2021-04-23 | gnu: guix-build-coordinator: Update to 0-26.f836f07....* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-26.f836f07.
| Christopher Baines |
2021-04-23 | 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 Baines |
2021-04-22 | gnu: guix-build-coordinator: Update to 0-25.c49b1c8....* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-25.c49b1c8.
| Christopher Baines |
2021-04-13 | 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 Famulari |
2021-04-09 | gnu: guix: Update to 2d73086....* gnu/packages/package-management.scm (guix): Update to 2d73086.
| Ludovic Courtès |
2021-04-09 | gnu: guix-build-coordinator: Update to 0-24.6fb5eaf....* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-24.6fb5eaf.
| Christopher Baines |
2021-04-09 | 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 Baines |
2021-04-08 | gnu: guix-build-coordinator: Update to 0-22.44d0006....* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-22.44d0006.
| Christopher Baines |
2021-03-31 | gnu: guix: Update to 8f9052d....* gnu/packages/package-management.scm (guix): Update to 8f9052d.
| Ludovic Courtès |
2021-03-30 | 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>
| zimoun |
2021-03-26 | gnu: guix-build-coordinator: Update to 0-21.6e7e63f....* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-21.6e7e63f.
| Christopher Baines |
2021-03-26 | gnu: guix: Update to 6e7ba45....* gnu/packages/package-management.scm (guix): Update to 6e7ba45.
| Léo Le Bouter |
2021-03-25 | 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 Bouter |
2021-03-25 | gnu: guix: Update to 86dd54f....* gnu/packages/package-management.scm (guix): Update to 86dd54f.
| Léo Le Bouter |
2021-03-23 | gnu: rpm: Update to 4.16.1.3....* gnu/packages/package-management.scm (rpm): Update to 4.16.1.3.
| Tobias Geerinckx-Rice |
2021-03-18 | 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ès |
2021-03-17 | 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 Devos |
2021-03-13 | gnu: guix: Update to c8887a5....* gnu/packages/package-management.scm (guix): Update to c8887a5.
| Ludovic Courtès |
2021-03-11 | 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 Bouter |
2021-03-10 | 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-Buday |
2021-03-10 | gnu: guix: Update to 1.2.0-15.f8953be....* gnu/packages/package-management.scm (guix): Update to 1.2.0-15.f8953be.
| Mathieu Othacehe |
2021-03-05 | gnu: guix: Update to 112692c....* gnu/packages/package-management.scm (guix): Update to 112692c.
| Christopher Baines |
2021-02-28 | gnu: guix-build-coordinator: Update to 0-20.1f79fc3....* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-20.1f79fc3.
| Christopher Baines |
2021-02-23 | gnu: guix-build-coordinator: Update to 0-19.f9a257e....* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-19.f9a257e.
| Christopher Baines |
2021-02-10 | gnu: guix-build-coordinator: Update to 0-18.88fbb69....* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-18.88fbb69.
| Christopher Baines |