aboutsummaryrefslogtreecommitdiff
path: root/gnu/ci.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-12-06 09:48:44 +0100
committerLudovic Courtès <ludo@gnu.org>2021-12-06 10:56:01 +0100
commit93e9f0bc7fc97db7b9e31477858ef7cb2ce01c90 (patch)
treece7d485fa48319a60cc61a16839d3a706e5787b4 /gnu/ci.scm
parent326e5321775fa6b79d5ba27dd1fc72ab2c49bc55 (diff)
downloadguix-93e9f0bc7fc97db7b9e31477858ef7cb2ce01c90.tar
guix-93e9f0bc7fc97db7b9e31477858ef7cb2ce01c90.tar.gz
ci: Cross-build the 'guix' package.
* gnu/ci.scm (%core-packages): Add GUIX.
Diffstat (limited to 'gnu/ci.scm')
-rw-r--r--gnu/ci.scm2
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)