mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: commencement: coreutils-final: Inherit from coreutils-minimal.
* gnu/packages/commencement.scm (coreutils-final): Inherit from coreutils-minimal.
This commit is contained in:
parent
cacb6b903d
commit
f0505fde55
1 changed files with 4 additions and 1 deletions
|
@ -3768,7 +3768,10 @@ (define gnu-make-final
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue