hydra: Add zlib, gzip, and xz to the core package set.
* build-aux/hydra/gnu-system.scm (%core-packages): Add zlib, gzip, and xz.
This commit is contained in:
parent
e67253dbe2
commit
dfb74e50b7
|
@ -45,6 +45,7 @@
|
||||||
(gnu packages gawk)
|
(gnu packages gawk)
|
||||||
(gnu packages guile)
|
(gnu packages guile)
|
||||||
(gnu packages gettext)
|
(gnu packages gettext)
|
||||||
|
(gnu packages compression)
|
||||||
(gnu packages multiprecision)
|
(gnu packages multiprecision)
|
||||||
(gnu packages make-bootstrap)
|
(gnu packages make-bootstrap)
|
||||||
(srfi srfi-1)
|
(srfi srfi-1)
|
||||||
|
@ -83,7 +84,7 @@ SYSTEM."
|
||||||
|
|
||||||
(define %core-packages
|
(define %core-packages
|
||||||
(list gmp mpfr mpc coreutils findutils diffutils patch sed grep
|
(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
|
%bootstrap-binaries-tarball
|
||||||
%binutils-bootstrap-tarball
|
%binutils-bootstrap-tarball
|
||||||
%glibc-bootstrap-tarball
|
%glibc-bootstrap-tarball
|
||||||
|
|
Loading…
Reference in New Issue