hydra: Add zlib, gzip, and xz to the core package set.

* build-aux/hydra/gnu-system.scm (%core-packages): Add zlib, gzip, and xz.
master
Ludovic Courtès 2013-12-10 13:56:26 +01:00
parent e67253dbe2
commit dfb74e50b7
1 changed files with 2 additions and 1 deletions

View File

@ -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