diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-05-16 14:14:46 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-05-16 14:16:56 +0200 |
commit | d116695b315f75b93ac8083721b522a82a7cc139 (patch) | |
tree | 78d34fa76a7e906019e38cdfdea8364ab54286d8 /build-aux | |
parent | 4a3495d57c08dff9287fe559482a6d2009109304 (diff) | |
download | patches-d116695b315f75b93ac8083721b522a82a7cc139.tar patches-d116695b315f75b93ac8083721b522a82a7cc139.tar.gz |
hydra: Cross-build Guile 2.2.
* build-aux/hydra/gnu-system.scm (%core-packages): Add GUILE-2.2.
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/hydra/gnu-system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm index 507c6abe0e..b1faa2265a 100644 --- a/build-aux/hydra/gnu-system.scm +++ b/build-aux/hydra/gnu-system.scm @@ -111,7 +111,7 @@ SYSTEM." ;; chain.) (list gcc-4.8 gcc-4.9 gcc-5 glibc binutils gmp mpfr mpc coreutils findutils diffutils patch sed grep - gawk gnu-gettext hello guile-2.0 zlib gzip xz + gawk gnu-gettext hello guile-2.0 guile-2.2 zlib gzip xz %bootstrap-binaries-tarball %binutils-bootstrap-tarball (%glibc-bootstrap-tarball) |