guix-commits
[Top][All Lists]
Advanced

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

20/63: gnu: commencement: mesboot-headers: Use Gash instead of coretutil


From: guix-commits
Subject: 20/63: gnu: commencement: mesboot-headers: Use Gash instead of coretutils&co.
Date: Thu, 13 Feb 2020 10:11:18 -0500 (EST)

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

commit ab4ba666412d03e3fc938d44dc481cd0f57befcd
Author: Jan Nieuwenhuizen <address@hidden>
AuthorDate: Fri Nov 22 16:03:50 2019 +0100

    gnu: commencement: mesboot-headers: Use Gash instead of coretutils&co.
    
    * gnu/packages/commencement.scm (mesboot-headers): Use Gash instead of
    coretutils&co.
---
 gnu/packages/commencement.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 407a3a1..4902dea 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1384,8 +1384,8 @@ 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 `(("kernel-headers" ,%bootstrap-linux-libre-headers)
+                     ,@(%boot-tcc-inputs)))
     (arguments
      `(#:implicit-inputs? #f
        #:guile ,%bootstrap-guile
@@ -1399,7 +1399,7 @@ ac_cv_c_float_format='IEEE (little-endian)'
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((out (assoc-ref outputs "out"))
                     (include (string-append out "/include"))
-                    (headers (assoc-ref %build-inputs "headers" )))
+                    (headers (assoc-ref %build-inputs "kernel-headers")))
                (mkdir-p include)
                (copy-recursively "include" out)
                (copy-recursively headers out)



reply via email to

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