gnu: commencement: mesboot-headers: Use Gash instead of coretutils&co.

* gnu/packages/commencement.scm (mesboot-headers): Use Gash instead of
coretutils&co.
This commit is contained in:
Jan Nieuwenhuizen 2019-11-22 16:03:50 +01:00
parent 2c67281481
commit 562c6e3c52
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 3 additions and 3 deletions

View File

@ -1385,8 +1385,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
@ -1400,7 +1400,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)