guix-commits
[Top][All Lists]
Advanced

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

50/70: bootstrap: glibc-mesboot: Use Gash instead of coreutils&co.


From: guix-commits
Subject: 50/70: bootstrap: glibc-mesboot: Use Gash instead of coreutils&co.
Date: Sun, 15 Dec 2019 08:36:48 -0500 (EST)

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

commit 8e30f687eb4b98253ae7378bd87c6b43c4e14f93
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Wed Dec 11 15:19:04 2019 +0100

    bootstrap: glibc-mesboot: Use Gash instead of coreutils&co.
    
    * gnu/packages/commencement.scm (glibc-mesboot): Use Gash instead of
    coreutils&co.
    * gnu/packages/commencement.scm (%boot-mesboot4-inputs): New variable.
---
 gnu/packages/commencement.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index b8fef52..da8ee85 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2604,6 +2604,10 @@ SHELL := " shell "
             (variable "LIBRARY_PATH")
             (files '("lib")))))))
 
+(define (%boot-mesboot4-inputs)
+  `(("libc" ,glibc-mesboot)
+    ,@(alist-delete "libc" (%boot-mesboot3-inputs))))
+
 (define gcc-mesboot
   (package
     (inherit gcc-mesboot1)



reply via email to

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