[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
50/63: gnu: commencement: coreutils-final: Inherit from coreutils-minima
From: |
guix-commits |
Subject: |
50/63: gnu: commencement: coreutils-final: Inherit from coreutils-minimal. |
Date: |
Thu, 13 Feb 2020 10:11:28 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit fb670fa6991402d1bdc59ae844966dc79e10493b
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
- 26/63: gnu: commencement: Add coreutils-mesboot0., (continued)
- 26/63: gnu: commencement: Add coreutils-mesboot0., guix-commits, 2020/02/13
- 32/63: gnu: commencement: Add gcc-mesboot1: Use Gash instead of coreutils&co., guix-commits, 2020/02/13
- 36/63: gnu: commencement: glibc-headers-mesboot: Use Gash instead of coreutils&co., guix-commits, 2020/02/13
- 41/63: gnu: commencement: Add coreutils-mesboot., guix-commits, 2020/02/13
- 43/63: gnu: commencement: %bootstrap-inputs+toolchain: Use Gash instead of coreutils&co., guix-commits, 2020/02/13
- 45/63: gnu: commencement: Add sed-boot0., guix-commits, 2020/02/13
- 22/63: gnu: commencement: gcc-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2020/02/13
- 33/63: gnu: commencement: Add xz-mesboot., guix-commits, 2020/02/13
- 27/63: gnu: commencement: Add make-mesboot., guix-commits, 2020/02/13
- 31/63: gnu: commencement: Add bash-mesboot., guix-commits, 2020/02/13
- 50/63: gnu: commencement: coreutils-final: Inherit from coreutils-minimal.,
guix-commits <=
- 11/63: gnu: commencement: Add bzip2-mesboot., guix-commits, 2020/02/13
- 04/63: gnu: commencement: Add gash-boot., guix-commits, 2020/02/13
- 06/63: gnu: commencement: Add %bootstrap-mes-rewired., guix-commits, 2020/02/13
- 19/63: gnu: commencement: Add gawk-mesboot0., guix-commits, 2020/02/13
- 23/63: gnu: commencement: Add tar-mesboot., guix-commits, 2020/02/13
- 29/63: gnu: commencement: Add sed-mesboot., guix-commits, 2020/02/13
- 21/63: gnu: commencement: glibc-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2020/02/13
- 28/63: gnu: commencement: Add gawk-mesboot., guix-commits, 2020/02/13
- 35/63: gnu: commencement: binutils-mesboot: Use Gash instead of coreutils&co., guix-commits, 2020/02/13
- 37/63: gnu: commencement: glibc-mesboot: Use Gash instead of coreutils&co., guix-commits, 2020/02/13