guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 52/70: bootstrap: glibc-mesboot: Use Gash instead of coreutils&co.
Date: Wed, 11 Dec 2019 13:04:48 -0500 (EST)

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

commit e29dd1607827dc8fa6cf80da10f2cc7725e3e1e6
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 0506d26..f96a5ac 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2600,6 +2600,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]