[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
50/70: bootstrap: glibc-mesboot: Use Gash instead of coreutils&co.
From: |
guix-commits |
Subject: |
50/70: bootstrap: glibc-mesboot: Use Gash instead of coreutils&co. |
Date: |
Sun, 15 Dec 2019 08:36:48 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 8e30f687eb4b98253ae7378bd87c6b43c4e14f93
Author: Jan Nieuwenhuizen <address@hidden>
Date: Wed Dec 11 15:19:04 2019 +0100
bootstrap: glibc-mesboot: Use Gash instead of coreutils&co.
* gnu/packages/commencement.scm (glibc-mesboot): Use Gash instead of
coreutils&co.
* gnu/packages/commencement.scm (%boot-mesboot4-inputs): New variable.
---
gnu/packages/commencement.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index b8fef52..da8ee85 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2604,6 +2604,10 @@ SHELL := " shell "
(variable "LIBRARY_PATH")
(files '("lib")))))))
+(define (%boot-mesboot4-inputs)
+ `(("libc" ,glibc-mesboot)
+ ,@(alist-delete "libc" (%boot-mesboot3-inputs))))
+
(define gcc-mesboot
(package
(inherit gcc-mesboot1)
- 37/70: bootstrap: Add binutils-mesboot1., (continued)
- 37/70: bootstrap: Add binutils-mesboot1., guix-commits, 2019/12/15
- 38/70: bootstrap: Add coreutils-mesboot0., guix-commits, 2019/12/15
- 45/70: bootstrap: Add xz-mesboot., guix-commits, 2019/12/15
- 46/70: bootstrap: Add hello-mesboot., guix-commits, 2019/12/15
- 51/70: bootstrap: gcc-mesboot1-wrapper: Use Gash instead of coreutils&co., guix-commits, 2019/12/15
- 30/70: bootstrap: gcc-core-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2019/12/15
- 36/70: bootstrap: Add grep-mesboot., guix-commits, 2019/12/15
- 35/70: bootstrap: Add tar-mesboot., guix-commits, 2019/12/15
- 47/70: bootstrap: binutils-mesboot: Use Gash instead of coreutils&co., guix-commits, 2019/12/15
- 41/70: bootstrap: Add sed-mesboot., guix-commits, 2019/12/15
- 50/70: bootstrap: glibc-mesboot: Use Gash instead of coreutils&co.,
guix-commits <=
- 52/70: bootstrap: gcc-mesboot: Use Gash instead of coreutils&co., guix-commits, 2019/12/15
- 25/70: bootstrap: tcc-boot: Use Gash instead of coretutils&co., guix-commits, 2019/12/15
- 39/70: bootstrap: Add make-mesboot., guix-commits, 2019/12/15
- 59/70: bootstrap: Remove %bootstrap-coreutils&co, %bootstrap-bash., guix-commits, 2019/12/15
- 61/70: bootstrap: Add ed-boot0., guix-commits, 2019/12/15
- 65/70: bootstrap: Typo., guix-commits, 2019/12/15
- 57/70: bootstrap: Add gawk-boot0., guix-commits, 2019/12/15
- 58/70: bootstrap: Add sed-boot0., guix-commits, 2019/12/15
- 29/70: bootstrap: binutils-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2019/12/15
- 56/70: bootstrap: %bootstrap-inputs+toolchain: Use Gash instead of coreutils&co., guix-commits, 2019/12/15