[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
- 46/54: bootstrap: glibc-mesboot: Scheme-only bootstrap., (continued)
- 46/54: bootstrap: glibc-mesboot: Scheme-only bootstrap., guix-commits, 2019/11/22
- 37/54: bootstrap: Add gawk-mesboot., guix-commits, 2019/11/22
- 20/54: bootstrap: tcc-boot: Scheme-only bootstrap., guix-commits, 2019/11/22
- 41/54: bootstrap: Add gcc-mesboot1: Scheme-only bootstrap., guix-commits, 2019/11/22
- 53/54: bootstrap: Add sed-boot0., guix-commits, 2019/11/22
- 50/54: bootstrap: Add coreutils-mesboot., guix-commits, 2019/11/22
- 54/54: bootstrap: Remove %bootstrap-coreutils&co, %bootstrap-bash., guix-commits, 2019/11/22
- 36/54: bootstrap: Add make-mesboot., guix-commits, 2019/11/22
- 44/54: bootstrap: binutils-mesboot: Scheme-only bootstrap., guix-commits, 2019/11/22
- 25/54: bootstrap: gcc-core-mesboot0: Scheme-only bootstrap., guix-commits, 2019/11/22
- 29/54: bootstrap: mesboot-headers: Scheme-only bootstrap.,
guix-commits <=
- 34/54: bootstrap: Add binutils-mesboot1., guix-commits, 2019/11/22
- 35/54: bootstrap: Add coreutils-mesboot0., guix-commits, 2019/11/22
- 45/54: bootstrap: glibc-headers-mesboot: Scheme-only bootstrap., guix-commits, 2019/11/22
- 39/54: bootstrap: Add gcc-core-mesboot1., guix-commits, 2019/11/22
- 51/54: bootstrap: Remove m4-bootstrap., guix-commits, 2019/11/22
- 52/54: bootstrap: %bootstrap-inputs+toolchain: Scheme-only bootstrap., guix-commits, 2019/11/22