guix-commits
[Top][All Lists]
Advanced

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

01/01: bootstrap: Replace %bootstrap-binaries-tarball with %gash-bootstr


From: guix-commits
Subject: 01/01: bootstrap: Replace %bootstrap-binaries-tarball with %gash-bootstrap-tarball.
Date: Tue, 26 Nov 2019 06:11:15 -0500 (EST)

janneke pushed a commit to branch wip-bootstrap
in repository guix.

commit f79d07482fd3428e4142fa03e4ff7399f94145a7
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Tue Nov 26 08:01:41 2019 +0100

    bootstrap: Replace %bootstrap-binaries-tarball with %gash-bootstrap-tarball.
    
    * gnu/packages/make-bootstrap.scm (%bootstrap-tarballs)[i686-linux,
    x86_64-linux]: : Replace %bootstrap-binaries-tarball with
    %gash-bootstrap-guile-tarball.
---
 gnu/packages/make-bootstrap.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm
index ebe42c1..7ec7466 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -952,11 +952,12 @@ for `sh' in $PATH, and without nscd, and with static NSS 
modules."
                    `(("bootstrap-mescc-tools" ,%mescc-tools-bootstrap-tarball)
                      ("bootstrap-mes" ,%mes-bootstrap-tarball)
                      ("bootstrap-linux-libre-headers"
-                      ,%linux-libre-headers-bootstrap-tarball)))
+                      ,%linux-libre-headers-bootstrap-tarball)
+                     ("bootstrap-gash" ,%gash-bootstrap-tarball)))
                   (_ `(("gcc-tarball" ,%gcc-bootstrap-tarball)
                        ("binutils-tarball" ,%binutils-bootstrap-tarball)
-                       ("glibc-tarball" ,(%glibc-bootstrap-tarball)))))
-              ("coreutils&co-tarball" ,%bootstrap-binaries-tarball)))
+                       ("glibc-tarball" ,(%glibc-bootstrap-tarball))
+                       ("coreutils&co-tarball" 
,%bootstrap-binaries-tarball))))))
     (synopsis "Tarballs containing all the bootstrap binaries")
     (description synopsis)
     (home-page #f)



reply via email to

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