guix-commits
[Top][All Lists]
Advanced

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

02/02: bootstrap: %bootstrap-tarballs: Remove %bootstrap-binaries-tarbal


From: guix-commits
Subject: 02/02: bootstrap: %bootstrap-tarballs: Remove %bootstrap-binaries-tarball.
Date: Fri, 13 Dec 2019 17:18:51 -0500 (EST)

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

commit 7e739acdadff9602f984916cd5b3183b272cc37a
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Fri Dec 13 23:12:56 2019 +0100

    bootstrap: %bootstrap-tarballs: Remove %bootstrap-binaries-tarball.
    
    * gnu/packages/make-bootstrap.scm (%bootstrap-tarballs)[i686-linux,
    x86_64-linux]: Remove %bootstrap-binaries-tarball.
---
 gnu/packages/make-bootstrap.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm
index 1a75d03..c34e97a 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -903,8 +903,8 @@ for `sh' in $PATH, and without nscd, and with static NSS 
modules."
                       ,%linux-libre-headers-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]