diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-12-07 23:57:09 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-12-08 00:28:48 +0100 |
commit | 530b8bda1f640ad0c222f0cddc9e15e4572fc459 (patch) | |
tree | 485b1607d87eb1627d03c9e3f617f76e14ae96ec /build-aux | |
parent | 0a050ebc350b5ef2e7d2af6c007eba0e5a039212 (diff) | |
download | guix-530b8bda1f640ad0c222f0cddc9e15e4572fc459.tar guix-530b8bda1f640ad0c222f0cddc9e15e4572fc459.tar.gz |
hydra: Adjust to make-bootstrap.scm change.
This is a followup to commit f13f60cb2620433280ccb2132376b7c6d3dbc06f.
* build-aux/hydra/gnu-system.scm (%core-packages): Call
'%glibc-bootstrap-tarball' since it's now a thunk, not a package.
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 dcab40dd85..9ad8c8a94d 100644 --- a/build-aux/hydra/gnu-system.scm +++ b/build-aux/hydra/gnu-system.scm @@ -111,7 +111,7 @@ SYSTEM." gawk gnu-gettext hello guile-2.0 zlib gzip xz %bootstrap-binaries-tarball %binutils-bootstrap-tarball - %glibc-bootstrap-tarball + (%glibc-bootstrap-tarball) %gcc-bootstrap-tarball %guile-bootstrap-tarball %bootstrap-tarballs)) |