~ruther/guix-local

dfb74e50b790c9d31a1ff1f71f93d5230cc03924 — Ludovic Courtès 12 years ago e67253d
hydra: Add zlib, gzip, and xz to the core package set.

* build-aux/hydra/gnu-system.scm (%core-packages): Add zlib, gzip, and xz.
1 files changed, 2 insertions(+), 1 deletions(-)

M build-aux/hydra/gnu-system.scm
M build-aux/hydra/gnu-system.scm => build-aux/hydra/gnu-system.scm +2 -1
@@ 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