gnu: commencement: Do not graft early bootstrap packages.

This is a followup to e47c69f226 and a
repetition of f00b85ff8d.

* gnu/packages/commencement.scm (file-boot0): Use 'inherit' instead of
'package/inherit'.
This commit is contained in:
Ludovic Courtès 2018-12-24 18:18:24 +01:00
parent 3c5e13642c
commit 6f1e0bb792
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 1 deletions

View File

@ -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)