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
|
@ -126,7 +126,8 @@
|
|||
|
||||
(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 New Issue