guix-commits
[Top][All Lists]
Advanced

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

05/05: bootstrap: Update %bootstrap-tarballs.


From: Jan Nieuwenhuizen
Subject: 05/05: bootstrap: Update %bootstrap-tarballs.
Date: Sun, 18 Nov 2018 10:46:21 -0500 (EST)

janneke pushed a commit to branch core-updates-next
in repository guix.

commit d9ed0a46301e259c3082fcc67678e72ceae19a2d
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Fri Nov 16 21:58:37 2018 +0100

    bootstrap: Update %bootstrap-tarballs.
    
    * gnu/packages/make-bootstrap.scm (%bootstrap-tarballs): Update to use
    %mescc-tools-bootstrap-tarball, %mes-bootstrap-tarball,
    %linux-libre-headers-bootstrap-tarball.
---
 gnu/packages/make-bootstrap.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm
index 1897a6d..fa3914c 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -804,10 +804,11 @@ for `sh' in $PATH, and without nscd, and with static NSS 
modules."
          #t)))
     (inputs `(("guile-tarball" ,%guile-bootstrap-tarball)
               ,@(match (%current-system)
-                  ("i686-linux" `(("mescc-tools-seed" ,(@ (gnu packages 
bootstrap) %mescc-tools-seed))
-                                  ("mes-seed" ,(@ (gnu packages bootstrap) 
%mes-seed))
-                                  ("srfi-43" ,(@ (gnu packages bootstrap) 
%srfi-43))
-                                  ("tinycc-seed" ,(@ (gnu packages bootstrap) 
%tinycc-seed))))
+                  ((or "i686-linux" "x86_64-linux")
+                   `(("bootstrap-mescc-tools" ,%mescc-tools-bootstrap-tarball)
+                     ("bootstrap-mes" ,%mes-bootstrap-tarball)
+                     ("bootstrap-linux-libre-headers"
+                      ,%linux-libre-headers-bootstrap-tarball)))
                   (_ `(("gcc-tarball" ,%gcc-bootstrap-tarball)
                        ("binutils-tarball" ,%binutils-bootstrap-tarball)
                        ("glibc-tarball" ,(%glibc-bootstrap-tarball)))))



reply via email to

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