mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-27 20:50:34 +02:00
gnu: commencement: Do not graft early bootstrap packages.
This is a followup toe47c69f226and a repetition off00b85ff8d. * gnu/packages/commencement.scm (file-boot0): Use 'inherit' instead of 'package/inherit'.
This commit is contained in:
@@ -126,7 +126,8 @@
|
|||||||
|
|
||||||
(define file-boot0
|
(define file-boot0
|
||||||
(package-with-bootstrap-guile
|
(package-with-bootstrap-guile
|
||||||
(package-with-explicit-inputs (package/inherit file
|
(package-with-explicit-inputs (package
|
||||||
|
(inherit file)
|
||||||
(name "file-boot0"))
|
(name "file-boot0"))
|
||||||
`(("make" ,gnu-make-boot0)
|
`(("make" ,gnu-make-boot0)
|
||||||
,@%bootstrap-inputs)
|
,@%bootstrap-inputs)
|
||||||
|
|||||||
Reference in New Issue
Block a user