[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
56/70: bootstrap: Add coreutils-mesboot.
From: |
guix-commits |
Subject: |
56/70: bootstrap: Add coreutils-mesboot. |
Date: |
Wed, 11 Dec 2019 13:03:26 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 8697a7a77c3560a8d9b7b19db0bbc025705dca7f
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 9999a89..e63112a 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2707,6 +2707,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)
- 62/70: gnu: Add ed-1.4., (continued)
- 62/70: gnu: Add ed-1.4., guix-commits, 2019/12/11
- 68/70: bootstrap: Add coreutils-boot0., guix-commits, 2019/12/11
- 67/70: bootstrap: Typo., guix-commits, 2019/12/11
- 35/70: bootstrap: gcc-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2019/12/11
- 49/70: bootstrap: binutils-mesboot: Use Gash instead of coreutils&co., guix-commits, 2019/12/11
- 34/70: bootstrap: glibc-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2019/12/11
- 39/70: bootstrap: Add coreutils-mesboot0., guix-commits, 2019/12/11
- 41/70: bootstrap: Add gawk-mesboot., guix-commits, 2019/12/11
- 46/70: bootstrap: Add gcc-mesboot1: Use Gash instead of coreutils&co., guix-commits, 2019/12/11
- 52/70: bootstrap: glibc-mesboot: Use Gash instead of coreutils&co., guix-commits, 2019/12/11
- 56/70: bootstrap: Add coreutils-mesboot.,
guix-commits <=
- 64/70: bootstrap: Add patch-boot0., guix-commits, 2019/12/11
- 32/70: bootstrap: Add gawk-mesboot0., guix-commits, 2019/12/11
- 63/70: bootstrap: Add ed-boot0., guix-commits, 2019/12/11
- 60/70: bootstrap: Add sed-boot0., guix-commits, 2019/12/11
- 43/70: bootstrap: Add gcc-core-mesboot1., guix-commits, 2019/12/11
- 70/70: bootstrap: patch-boot0: Remove ed dependency., guix-commits, 2019/12/11