diff options
-rw-r--r-- | build-aux/hydra/gnu-system.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm index 3a17b6ec94..73031bf62c 100644 --- a/build-aux/hydra/gnu-system.scm +++ b/build-aux/hydra/gnu-system.scm @@ -45,6 +45,7 @@ (gnu packages gawk) (gnu packages guile) (gnu packages gettext) + (gnu packages compression) (gnu packages multiprecision) (gnu packages make-bootstrap) (srfi srfi-1) @@ -83,7 +84,7 @@ SYSTEM." (define %core-packages (list gmp mpfr mpc coreutils findutils diffutils patch sed grep - gawk gnu-gettext hello guile-2.0 + gawk gnu-gettext hello guile-2.0 zlib gzip xz %bootstrap-binaries-tarball %binutils-bootstrap-tarball %glibc-bootstrap-tarball |