guix-commits
[Top][All Lists]
Advanced

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

29/54: bootstrap: mesboot-headers: Scheme-only bootstrap.


From: guix-commits
Subject: 29/54: bootstrap: mesboot-headers: Scheme-only bootstrap.
Date: Fri, 22 Nov 2019 18:17:53 -0500 (EST)

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

commit 466bc50de15b5614bd8afb69c1a5e54f5162814f
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 6df1a15..0475a8e 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1124,8 +1124,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]