mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: commencement: Do not graft early bootstrap packages.
This is a followup toe47c69f226
and a repetition off00b85ff8d
. * gnu/packages/commencement.scm (file-boot0): Use 'inherit' instead of 'package/inherit'.
This commit is contained in:
parent
3c5e13642c
commit
6f1e0bb792
1 changed files with 2 additions and 1 deletions
|
@ -126,7 +126,8 @@ (define findutils-boot0
|
|||
|
||||
(define file-boot0
|
||||
(package-with-bootstrap-guile
|
||||
(package-with-explicit-inputs (package/inherit file
|
||||
(package-with-explicit-inputs (package
|
||||
(inherit file)
|
||||
(name "file-boot0"))
|
||||
`(("make" ,gnu-make-boot0)
|
||||
,@%bootstrap-inputs)
|
||||
|
|
Loading…
Reference in a new issue