me
/
guix
Archived
1
0
Fork 0

gnu: commencement: Do not graft early bootstrap packages.

By definition, these packages are not depended on at run time by any of
the packages we use.  Thus it does not make sense to inherit grafts.
Furthermore, those grafts would often lead to extra overhead for users
who would end up downloading those "-boot0" packages just to build
package replacements that are in fact not going to be used.

This reverts parts of f1597427f2 and
ce27857f71.

Reported by Christopher Baines at
<https://lists.gnu.org/archive/html/guix-devel/2017-12/msg00058.html>.

* gnu/packages/commencement.scm (file-boot0, binutils-boot0): Use plain
'inherit' instead of 'package/inherit'.
master
Ludovic Courtès 2017-12-05 11:50:00 +01:00
parent aab322d909
commit f00b85ff8d
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 2 deletions

View File

@ -113,7 +113,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)
@ -140,7 +141,7 @@
(define binutils-boot0
(package-with-bootstrap-guile
(package/inherit binutils
(package (inherit binutils)
(name "binutils-cross-boot0")
(arguments
`(#:guile ,%bootstrap-guile