guix-commits
[Top][All Lists]
Advanced

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

30/63: bootstrap: mesboot-headers: Scheme-only bootstrap.


From: guix-commits
Subject: 30/63: bootstrap: mesboot-headers: Scheme-only bootstrap.
Date: Sun, 24 Nov 2019 05:56:31 -0500 (EST)

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

commit 4ee289aa170d877511bbe362f75e946bb35360f0
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Fri Nov 22 16:03:50 2019 +0100

    bootstrap: mesboot-headers: Scheme-only bootstrap.
    
    * gnu/packages/commencement.scm (mesboot-headers): Scheme-only bootstrap.
---
 gnu/packages/commencement.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index a0215a9..bc9e74a 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1115,8 +1115,10 @@ ac_cv_c_float_format='IEEE (little-endian)'
     (supported-systems '("i686-linux" "x86_64-linux"))
     (inputs '())
     (propagated-inputs '())
-    (native-inputs `(("coreutils" ,%bootstrap-coreutils&co)
-                     ("headers" ,%bootstrap-linux-libre-headers)))
+    (native-inputs `(("headers" ,%bootstrap-linux-libre-headers)
+
+                     ("gash" ,%bootstrap-gash)
+                     ("guile" ,%bootstrap-guile)))
     (arguments
      `(#:implicit-inputs? #f
        #:guile ,%bootstrap-guile



reply via email to

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