mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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:
parent
0a050ebc35
commit
530b8bda1f
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ (define %core-packages
|
|||
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))
|
||||
|
|
Loading…
Reference in a new issue