hydra: Adjust to make-bootstrap.scm change.

This is a followup to commit f13f60cb26.

* build-aux/hydra/gnu-system.scm (%core-packages): Call
'%glibc-bootstrap-tarball' since it's now a thunk, not a package.
This commit is contained in:
Ludovic Courtès 2016-12-07 23:57:09 +01:00
parent 0a050ebc35
commit 530b8bda1f
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ SYSTEM."
gawk gnu-gettext hello guile-2.0 zlib gzip xz 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)
%gcc-bootstrap-tarball %gcc-bootstrap-tarball
%guile-bootstrap-tarball %guile-bootstrap-tarball
%bootstrap-tarballs)) %bootstrap-tarballs))