Commit Graph

641 Commits

Author SHA1 Message Date
Maxim Cournoyer b7cbca221f
Merge branch 'version-1.3.0' 2021-05-11 22:42:59 -04:00
Maxim Cournoyer fb5d04d363
gnu: guix: Update to 771b866. 2021-05-11 16:27:17 -04:00
Maxim Cournoyer 771b866c55
gnu: guix: Update to 1.3.0. 2021-05-11 14:15:04 -04:00
Maxim Cournoyer dde0291476
gnu: guix: Update to 566982b. 2021-05-08 00:33:14 -04:00
Maxim Cournoyer 566982bc71
gnu: guix: Update to 1.3.0rc2. 2021-05-08 00:29:22 -04:00
Ludovic Courtès 76c4646beb
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.
2021-05-05 23:44:39 +02:00
Ludovic Courtès af66a9510f
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).
2021-05-05 12:08:28 +02:00
Ludovic Courtès c47f3fc135
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
1d4ab335b2 and
8a973abc6f.

* 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
38b9af7c92 and no longer needed.
2021-05-05 12:08:17 +02:00
Ludovic Courtès 72b7ea416b
gnu: guix: Add run-time dependency on Guile-Lib.
This is a followup to 02e2e093e8, 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-05 12:08:13 +02:00
Ludovic Courtès dd3e4fe6e7
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.
2021-05-05 00:57:36 +02:00
Ludovic Courtès c3f20a6678
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).
2021-05-05 00:57:36 +02:00
Ludovic Courtès e42bfd236e
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
1d4ab335b2 and
8a973abc6f.

* 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
38b9af7c92 and no longer needed.
2021-05-05 00:57:35 +02:00
Ludovic Courtès 55f7cd701c
gnu: guix: Add run-time dependency on Guile-Lib.
This is a followup to 02e2e093e8, 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-05 00:57:35 +02:00
Tobias Geerinckx-Rice 1b792e8b52
gnu: libostree: Update to 2021.2.
* gnu/packages/package-management.scm (libostree): Update to 2021.2.
2021-05-02 03:00:05 +02:00
Maxim Cournoyer 9bf205e5a0
gnu: guix: Update to 6fd7f16. 2021-04-29 21:18:56 -04:00
Maxim Cournoyer 6fd7f161d7
gnu: guix: Update to 1.3.0rc1. 2021-04-29 17:38:02 -04:00
Christopher Baines 8f2a73022f
gnu: guix-build-coordinator: Update to 0-27.1305724.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-27.1305724.
2021-04-23 15:05:38 +01:00
Christopher Baines 69634ad70b
gnu: guix-build-coordinator: Update to 0-26.f836f07.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-26.f836f07.
2021-04-23 13:38:22 +01:00
Christopher Baines 44ae570fba
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.
2021-04-23 10:59:38 +01:00
Christopher Baines 5a0098e152
gnu: guix-build-coordinator: Update to 0-25.c49b1c8.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-25.c49b1c8.
2021-04-22 19:25:21 +01:00
Leo Famulari a758a8a3c2
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.
2021-04-13 19:24:31 -04:00
Ludovic Courtès ec8d09ee67
gnu: guix: Update to 2d73086.
* gnu/packages/package-management.scm (guix): Update to 2d73086.
2021-04-09 18:09:07 +02:00
Christopher Baines a9f4001df9
gnu: guix-build-coordinator: Update to 0-24.6fb5eaf.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-24.6fb5eaf.
2021-04-09 11:32:40 +01:00
Christopher Baines f37d91adc4
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.
2021-04-09 10:09:40 +01:00
Christopher Baines 97744de970
gnu: guix-build-coordinator: Update to 0-22.44d0006.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-22.44d0006.
2021-04-08 20:49:56 +01:00
Ludovic Courtès cb7b577bcf
gnu: guix: Update to 8f9052d.
* gnu/packages/package-management.scm (guix): Update to 8f9052d.
2021-03-31 17:06:19 +02:00
zimoun aed51ecea8
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>
2021-03-30 10:29:33 +03:00
Christopher Baines 87547517bc
gnu: guix-build-coordinator: Update to 0-21.6e7e63f.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-21.6e7e63f.
2021-03-26 10:15:23 +00:00
Léo Le Bouter f21075f039
gnu: guix: Update to 6e7ba45.
* gnu/packages/package-management.scm (guix): Update to 6e7ba45.
2021-03-26 05:42:48 +01:00
Léo Le Bouter 27d967dfa4
Revert "gnu: guix: Update to 86dd54f."
A test failure (tests/print) was uncovered so revert until we fix it.

This reverts commit b0eb525ddb.
2021-03-25 02:31:42 +01:00
Léo Le Bouter b0eb525ddb
gnu: guix: Update to 86dd54f.
* gnu/packages/package-management.scm (guix): Update to 86dd54f.
2021-03-25 00:06:55 +01:00
Tobias Geerinckx-Rice dbcd90cba7
gnu: rpm: Update to 4.16.1.3.
* gnu/packages/package-management.scm (rpm): Update to 4.16.1.3.
2021-03-23 14:20:05 +01:00
Ludovic Courtès 94f0312546
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.
2021-03-18 12:32:03 +01:00
Maxime Devos ce10e2b3e9
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>
2021-03-17 23:10:19 +01:00
Ludovic Courtès 8154beffd8
gnu: guix: Update to c8887a5.
* gnu/packages/package-management.scm (guix): Update to c8887a5.
2021-03-13 23:59:03 +01:00
Léo Le Bouter 0aaac779d4
gnu: flatpak: Update to 1.10.2 [fixes CVE-2021-21381].
* gnu/packages/package-management.scm (flatpak): Update to 1.10.2.
2021-03-11 22:58:05 +01:00
Katherine Cox-Buday 02e2e093e8
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>
2021-03-10 18:01:48 +01:00
Mathieu Othacehe 6bed29b798
gnu: guix: Update to 1.2.0-15.f8953be.
* gnu/packages/package-management.scm (guix): Update to 1.2.0-15.f8953be.
2021-03-10 14:25:05 +01:00
Christopher Baines a714af38d5
gnu: guix: Update to 112692c.
* gnu/packages/package-management.scm (guix): Update to 112692c.
2021-03-05 21:55:47 +00:00
Christopher Baines 39efda1e1e
gnu: guix-build-coordinator: Update to 0-20.1f79fc3.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-20.1f79fc3.
2021-02-28 21:56:30 +00:00
Christopher Baines eec127822a
gnu: guix-build-coordinator: Update to 0-19.f9a257e.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-19.f9a257e.
2021-02-23 20:19:16 +00:00
Christopher Baines b85ba9d457
gnu: guix-build-coordinator: Update to 0-18.88fbb69.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-18.88fbb69.
2021-02-10 08:26:53 +00:00
Christopher Baines 03b5db565e
gnu: guix-build-coordinator: Update to 0-17.b82494f.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-17.b82494f.
2021-02-09 22:13:41 +00:00
Ludovic Courtès 63d4b74420
gnu: guix: Update to a53f711.
* gnu/packages/package-management.scm (guix): Update to a53f711.
2021-02-07 23:36:58 +01:00
Ricardo Wurmus 8765b22c71
gnu: gwl: Update to 0.3.0.
* gnu/packages/package-management.scm (gwl): Update to 0.3.0.
[arguments]: Disable parallel building; add make-flags to disable
auto-compilation; remove "fix-tests" phase.
[propagated-inputs]: Move all inputs from here...
[inputs]: ...to here; rewrite all Guile packages to use guile-3.0-latest.
2021-02-06 21:45:13 +01:00
Christopher Baines ef4b4b62a8
gnu: guix-build-coordinator: Update to 0-16.5c7f53b.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-16.5c7f53b.
2021-02-06 19:13:57 +00:00
Ludovic Courtès 8ecc265c5c
gnu: guix: Pass the '--with-channel-commit' configure flag.
* gnu/packages/package-management.scm (guix)[arguments]: Add
'--with-channel-commit' to #:configure-flags.
2021-02-04 09:23:39 +01:00
Ricardo Wurmus 95aca2991b
gnu: guix: Update to 1.2.0-12.dffc918.
* gnu/packages/package-management.scm (guix): Update to 1.2.0-12.dffc918.
2021-02-02 22:39:11 +01:00
Leo Famulari 68dd78e2e4
Merge branch 'master' into staging 2021-01-25 15:40:55 -05:00
Ludovic Courtès 90a6ce0b18
gnu: guix-jupyter: Update to 0.2.1.
* gnu/packages/package-management.scm (guix-jupyter): Update to 0.2.1.
2021-01-25 12:04:48 +01:00