[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
43/57: bootstrap: Add coreutils-mesboot.
From: |
guix-commits |
Subject: |
43/57: bootstrap: Add coreutils-mesboot. |
Date: |
Mon, 16 Dec 2019 13:20:13 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 6d83a8e084ccfe9b1a69000a32ace290f93d7a89
Author: Jan Nieuwenhuizen <address@hidden>
Date: Fri Nov 22 22:36:22 2019 +0100
bootstrap: Add coreutils-mesboot.
* gnu/packages/commencement.scm (coreutils-mesboot): New variable.
(%boot-mesboot6-inputs): New variable.
---
gnu/packages/commencement.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 677a1fd..275d91a 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2673,6 +2673,25 @@ exec " gcc "/bin/" program
("gcc" ,gcc-mesboot)
,@(fold alist-delete (%boot-mesboot4-inputs) '("gcc" "gcc-wrapper"))))
+(define-public coreutils-mesboot
+ (package
+ (inherit coreutils)
+ (name "coreutils-mesboot")
+ (source (bootstrap-origin (package-source coreutils)))
+ (native-inputs (%boot-mesboot5-inputs))
+ (supported-systems '("i686-linux" "x86_64-linux"))
+ (inputs '())
+ (propagated-inputs '())
+ (arguments
+ `(#:implicit-inputs? #f
+ #:guile ,%bootstrap-guile
+ #:tests? #f))))
+
+(define (%boot-mesboot6-inputs)
+ `(("coreutils" ,coreutils-mesboot)
+ ,@(fold alist-delete (%boot-mesboot5-inputs)
+ '("coreutils" "kernel-headers"))))
+
(define m4-mesboot
(package
(inherit m4)
- 23/57: bootstrap: glibc-mesboot0: Use Gash instead of coretutils&co., (continued)
- 23/57: bootstrap: glibc-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2019/12/16
- 25/57: bootstrap: Add tar-mesboot., guix-commits, 2019/12/16
- 27/57: bootstrap: Add binutils-mesboot1., guix-commits, 2019/12/16
- 28/57: bootstrap: Add coreutils-mesboot0., guix-commits, 2019/12/16
- 29/57: bootstrap: Add make-mesboot., guix-commits, 2019/12/16
- 33/57: bootstrap: Add bash-mesboot., guix-commits, 2019/12/16
- 36/57: bootstrap: Add hello-mesboot., guix-commits, 2019/12/16
- 39/57: bootstrap: glibc-mesboot: Use Gash instead of coreutils&co., guix-commits, 2019/12/16
- 30/57: bootstrap: Add gawk-mesboot., guix-commits, 2019/12/16
- 49/57: bootstrap: Add bzip2-boot0., guix-commits, 2019/12/16
- 43/57: bootstrap: Add coreutils-mesboot.,
guix-commits <=
- 19/57: bootstrap: binutils-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2019/12/16
- 20/57: bootstrap: gcc-core-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2019/12/16
- 26/57: bootstrap: Add grep-mesboot., guix-commits, 2019/12/16
- 34/57: bootstrap: Add gcc-mesboot1: Use Gash instead of coreutils&co., guix-commits, 2019/12/16
- 31/57: bootstrap: Add sed-mesboot., guix-commits, 2019/12/16
- 09/57: bootstrap: mes-boot: Use Gash instead of coretutils&co., guix-commits, 2019/12/16
- 12/57: bootstrap: make-mesboot0: Use Gash instead of coreutils&co., guix-commits, 2019/12/16
- 16/57: bootstrap: diffutils-mesboot: Use Gash instead of coretutils&co., guix-commits, 2019/12/16
- 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