guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: hydra: Adjust to make-bootstrap.scm change.


From: Ludovic Courtès
Subject: 03/04: hydra: Adjust to make-bootstrap.scm change.
Date: Wed, 7 Dec 2016 23:28:56 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 530b8bda1f640ad0c222f0cddc9e15e4572fc459
Author: Ludovic Courtès <address@hidden>
Date:   Wed Dec 7 23:57:09 2016 +0100

    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.
---
 build-aux/hydra/gnu-system.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm
index dcab40d..9ad8c8a 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]