[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
42/57: bootstrap: gcc-mesboot-wrapper: Use Gash instead of coreutils&co.
From: |
guix-commits |
Subject: |
42/57: bootstrap: gcc-mesboot-wrapper: Use Gash instead of coreutils&co. |
Date: |
Mon, 16 Dec 2019 13:20:13 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 764873d0ee609a61eb4b8accefc27a05895879a6
Author: Jan Nieuwenhuizen <address@hidden>
Date: Fri Nov 22 22:34:32 2019 +0100
bootstrap: gcc-mesboot-wrapper: Use Gash instead of coreutils&co.
* gnu/packages/commencement.scm (gcc-mesboot-wrapper): Use Gash instead of
coreutils&co.
(%boot-mesboot5-inputs): New variable.
---
gnu/packages/commencement.scm | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 6f65d72..677a1fd 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2663,10 +2663,16 @@ exec " gcc "/bin/" program
(version (package-version gcc-mesboot))
(source #f)
(inputs '())
- (native-inputs `(("bash" ,%bootstrap-coreutils&co)
+ (native-inputs `(("bash" ,bash-mesboot)
+ ("coreutils" ,coreutils-mesboot0)
("libc" ,glibc-mesboot)
("gcc" ,gcc-mesboot)))))
+(define (%boot-mesboot5-inputs)
+ `(("gcc-wrapper" ,gcc-mesboot-wrapper)
+ ("gcc" ,gcc-mesboot)
+ ,@(fold alist-delete (%boot-mesboot4-inputs) '("gcc" "gcc-wrapper"))))
+
(define m4-mesboot
(package
(inherit m4)
- 22/57: bootstrap: mesboot-headers: Use Gash instead of coretutils&co., (continued)
- 22/57: bootstrap: mesboot-headers: Use Gash instead of coretutils&co., guix-commits, 2019/12/16
- 21/57: bootstrap: Add gawk-mesboot0., guix-commits, 2019/12/16
- 35/57: bootstrap: Add xz-mesboot., guix-commits, 2019/12/16
- 37/57: bootstrap: binutils-mesboot: Use Gash instead of coreutils&co., guix-commits, 2019/12/16
- 45/57: bootstrap: %bootstrap-inputs+toolchain: Use Gash instead of coreutils&co., guix-commits, 2019/12/16
- 50/57: bootstrap: Add tar-boot0., guix-commits, 2019/12/16
- 41/57: bootstrap: gcc-mesboot: Use Gash instead of coreutils&co., guix-commits, 2019/12/16
- 47/57: bootstrap: Add sed-boot0., guix-commits, 2019/12/16
- 38/57: bootstrap: glibc-headers-mesboot: Use Gash instead of coreutils&co., guix-commits, 2019/12/16
- 40/57: bootstrap: gcc-mesboot1-wrapper: Use Gash instead of coreutils&co., guix-commits, 2019/12/16
- 42/57: bootstrap: gcc-mesboot-wrapper: Use Gash instead of coreutils&co.,
guix-commits <=
- 48/57: bootstrap: Add patch-boot0., guix-commits, 2019/12/16
- 44/57: bootstrap: Remove m4-mesboot., guix-commits, 2019/12/16
- 46/57: bootstrap: Add gawk-boot0., guix-commits, 2019/12/16
- 54/57: bootstrap: %bootstrap-tarballs: Remove %bootstrap-binaries-tarball., guix-commits, 2019/12/16
- 53/57: bootstrap: coreutils-final: Inherit from coreutils-minimal., guix-commits, 2019/12/16
- 55/57: bootstrap: Remove %bootstrap-coreutils&co, %bootstrap-bash., guix-commits, 2019/12/16
- 56/57: bootstrap: gnu-make-mesboot0: Rename from make-mesboot0., guix-commits, 2019/12/16
- 32/57: bootstrap: Add gcc-core-mesboot1., guix-commits, 2019/12/16
- 51/57: bootstrap: Typo., guix-commits, 2019/12/16
- 52/57: bootstrap: Add coreutils-boot0., guix-commits, 2019/12/16