[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/58: gnu: commencement: mesboot-headers: Use Gash instead of coretutil
From: |
guix-commits |
Subject: |
20/58: gnu: commencement: mesboot-headers: Use Gash instead of coretutils&co. |
Date: |
Thu, 6 Feb 2020 17:52:16 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit a26a8104b582a2d37285625d9dd0738aa8e5c752
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)
- branch wip-bootstrap created (now d86b17e), guix-commits, 2020/02/06
- 01/58: gnu: Add gash-core-utils., guix-commits, 2020/02/06
- 06/58: gnu: commencement: Add %bootstrap-mes-rewired., guix-commits, 2020/02/06
- 03/58: gnu: commencement: Add %bootstrap-guile+guild., guix-commits, 2020/02/06
- 09/58: gnu: commencement: Add gzip-mesboot., guix-commits, 2020/02/06
- 20/58: gnu: commencement: mesboot-headers: Use Gash instead of coretutils&co.,
guix-commits <=
- 02/58: gnu: bootstrap: Add janneke's guix package url., guix-commits, 2020/02/06
- 04/58: gnu: commencement: Add gash-boot., guix-commits, 2020/02/06
- 16/58: gnu: commencement: Add sed-mesboot0., guix-commits, 2020/02/06
- 08/58: gnu: commencement: tcc-boot0: Use Gash instead of coretutils&co., guix-commits, 2020/02/06
- 11/58: gnu: commencement: Add bzip2-mesboot., guix-commits, 2020/02/06
- 05/58: gnu: commencement: Add gash-core-utils-boot., guix-commits, 2020/02/06
- 10/58: gnu: commencement: make-mesboot0: Use Gash instead of coreutils&co., guix-commits, 2020/02/06
- 28/58: gnu: commencement: Add gawk-mesboot., guix-commits, 2020/02/06
- 29/58: gnu: commencement: Add sed-mesboot., guix-commits, 2020/02/06
- 12/58: gnu: commencement: Add bash-mesboot0., guix-commits, 2020/02/06