diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-12-06 09:48:44 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-12-06 10:56:01 +0100 |
commit | 93e9f0bc7fc97db7b9e31477858ef7cb2ce01c90 (patch) | |
tree | ce7d485fa48319a60cc61a16839d3a706e5787b4 | |
parent | 326e5321775fa6b79d5ba27dd1fc72ab2c49bc55 (diff) | |
download | guix-93e9f0bc7fc97db7b9e31477858ef7cb2ce01c90.tar.gz |
ci: Cross-build the 'guix' package.
* gnu/ci.scm (%core-packages): Add GUIX.
-rw-r--r-- | gnu/ci.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/ci.scm b/gnu/ci.scm index e1011355db..289e2a98c2 100644 --- a/gnu/ci.scm +++ b/gnu/ci.scm @@ -141,7 +141,7 @@ SYSTEM." ;; chain.) (list gcc-7 gcc-8 gcc-9 gcc-10 glibc binutils gmp mpfr mpc coreutils findutils diffutils patch sed grep - gawk gnu-gettext hello guile-2.0 guile-2.2 zlib gzip xz + gawk gnu-gettext hello guile-2.0 guile-2.2 zlib gzip xz guix %bootstrap-binaries-tarball %binutils-bootstrap-tarball (%glibc-bootstrap-tarball) |