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

commit e29dd1607827dc8fa6cf80da10f2cc7725e3e1e6
Author: Jan Nieuwenhuizen <[email protected]>
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