[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
50/58: gnu: commencement: coreutils-final: Inherit from coreutils-minima
From: |
guix-commits |
Subject: |
50/58: gnu: commencement: coreutils-final: Inherit from coreutils-minimal. |
Date: |
Thu, 6 Feb 2020 17:52:26 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit dbb8d49329b862236111945b8778bb0d800116ec
Author: Jan Nieuwenhuizen <address@hidden>
AuthorDate: Thu Dec 5 23:13:34 2019 +0100
gnu: commencement: coreutils-final: Inherit from coreutils-minimal.
* gnu/packages/commencement.scm (coreutils-final): Inherit from
coreutils-minimal.
---
gnu/packages/commencement.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index ec9843f..f9464c3 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -3749,7 +3749,10 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a
\"$@\"~%"
(define coreutils-final
;; The final Coreutils. Treat them specially because some packages, such as
;; Findutils, keep a reference to the Coreutils they were built with.
- (with-boot5 (package-with-bootstrap-guile coreutils)
+ (with-boot5 (package-with-bootstrap-guile
+ (package
+ (inherit coreutils-minimal)
+ (name "coreutils")))
;; Use the final Guile, linked against the
;; final libc with working iconv, so that
;; 'substitute*' works well when touching
- 37/58: gnu: commencement: glibc-mesboot: Use Gash instead of coreutils&co., (continued)
- 37/58: gnu: commencement: glibc-mesboot: Use Gash instead of coreutils&co., guix-commits, 2020/02/06
- 18/58: gnu: commencement: gcc-core-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2020/02/06
- 24/58: gnu: commencement: Add grep-mesboot., guix-commits, 2020/02/06
- 32/58: gnu: commencement: Add gcc-mesboot1: Use Gash instead of coreutils&co., guix-commits, 2020/02/06
- 34/58: gnu: commencement: Add hello-mesboot., guix-commits, 2020/02/06
- 38/58: gnu: commencement: gcc-mesboot1-wrapper: Use Gash instead of coreutils&co., guix-commits, 2020/02/06
- 33/58: gnu: commencement: Add xz-mesboot., guix-commits, 2020/02/06
- 43/58: gnu: commencement: %bootstrap-inputs+toolchain: Use Gash instead of coreutils&co., guix-commits, 2020/02/06
- 42/58: gnu: commencement: Remove m4-mesboot., guix-commits, 2020/02/06
- 55/58: gnu: commencement: gash-core-utils-boot: Update to 0.0.214-fc1b., guix-commits, 2020/02/06
- 50/58: gnu: commencement: coreutils-final: Inherit from coreutils-minimal.,
guix-commits <=
- 48/58: gnu: commencement: Add tar-boot0., guix-commits, 2020/02/06
- 46/58: gnu: commencement: Add patch-boot0., guix-commits, 2020/02/06
- 54/58: gnu: commencement: gnu-make-mesboot: Rename from make-mesboot., guix-commits, 2020/02/06
- 45/58: gnu: commencement: Add sed-boot0., guix-commits, 2020/02/06
- 47/58: gnu: commencement: Add bzip2-boot0., guix-commits, 2020/02/06
- 58/58: gnu: commencement: glibc-boot0: Remove gash, use bash-mesboot0 only., guix-commits, 2020/02/06
- 52/58: gnu: bootstrap: Remove %bootstrap-coreutils&co, %bootstrap-bash., guix-commits, 2020/02/06
- 56/58: gnu: commencement: glibc-mesboot: Use gash only, instead of bash/gash mix., guix-commits, 2020/02/06