[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
41/64: gnu: commencement: Add coreutils-mesboot.
From: |
guix-commits |
Subject: |
41/64: gnu: commencement: Add coreutils-mesboot. |
Date: |
Tue, 18 Feb 2020 01:18:11 -0500 (EST) |
janneke pushed a commit to branch core-updates
in repository guix.
commit 15af8e1d9d5a1b3db7cdab84dae791b357f229b6
Author: Jan Nieuwenhuizen <address@hidden>
AuthorDate: Fri Nov 22 22:36:22 2019 +0100
gnu: commencement: 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 bbba99b..6aed8e5 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2616,6 +2616,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)
- 26/64: gnu: commencement: Add coreutils-mesboot0., (continued)
- 26/64: gnu: commencement: Add coreutils-mesboot0., guix-commits, 2020/02/18
- 29/64: gnu: commencement: Add sed-mesboot., guix-commits, 2020/02/18
- 33/64: gnu: commencement: Add xz-mesboot., guix-commits, 2020/02/18
- 34/64: gnu: commencement: Add hello-mesboot., guix-commits, 2020/02/18
- 38/64: gnu: commencement: gcc-mesboot1-wrapper: Use Gash instead of coreutils&co., guix-commits, 2020/02/18
- 39/64: gnu: commencement: gcc-mesboot: Use Gash instead of coreutils&co., guix-commits, 2020/02/18
- 42/64: gnu: commencement: Remove m4-mesboot., guix-commits, 2020/02/18
- 45/64: gnu: commencement: Add gawk-boot0., guix-commits, 2020/02/18
- 36/64: gnu: commencement: glibc-headers-mesboot: Use Gash instead of coreutils&co., guix-commits, 2020/02/18
- 40/64: gnu: commencement: gcc-mesboot-wrapper: Use Gash instead of coreutils&co., guix-commits, 2020/02/18
- 41/64: gnu: commencement: Add coreutils-mesboot.,
guix-commits <=
- 61/64: Add (guix build gnu-bootstrap)., guix-commits, 2020/02/18
- 47/64: gnu: commencement: Add patch-boot0., guix-commits, 2020/02/18
- 44/64: gnu: commencement: file: Build file without bzip2., guix-commits, 2020/02/18
- 48/64: gnu: commencement: Add bzip2-boot0., guix-commits, 2020/02/18
- 49/64: gnu: commencement: Add tar-boot0., guix-commits, 2020/02/18
- 50/64: gnu: commencement: Add coreutils-boot0., guix-commits, 2020/02/18
- 53/64: gnu: bootstrap: Remove %bootstrap-coreutils&co, %bootstrap-bash., guix-commits, 2020/02/18
- 59/64: gnu: commencement: glibc-boot0: Remove gash, use bash-mesboot0 only., guix-commits, 2020/02/18
- 62/64: gnu: commencement: Simplify Gash and Gash-Utils., guix-commits, 2020/02/18
- 64/64: gnu: commencement: Fix '%boot-mesboot1-inputs'., guix-commits, 2020/02/18