guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: bootstrap: coreutils-final: Inherit from coreutils-minimal.


From: guix-commits
Subject: 02/02: bootstrap: coreutils-final: Inherit from coreutils-minimal.
Date: Thu, 5 Dec 2019 17:19:58 -0500 (EST)

janneke pushed a commit to branch wip-bootstrap
in repository guix.

commit c86b9c9a5bb1cebc38e3529e7b19cc40b4ed6950
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Thu Dec 5 23:13:34 2019 +0100

    bootstrap: 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 212a76c..8d6c5dd 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -4013,7 +4013,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]