guix/gnu
Ludovic Courtès f00b85ff8d
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'.
2017-12-05 11:50:00 +01:00
..
bootloader
build linux-boot: Remove unneeded import. 2017-12-02 23:13:21 +01:00
packages gnu: commencement: Do not graft early bootstrap packages. 2017-12-05 11:50:00 +01:00
services install: Don't start sshd by default. 2017-12-04 23:31:15 +01:00
system install: Don't start sshd by default. 2017-12-04 23:31:15 +01:00
tests tests: Add 'git-http' test. 2017-11-28 23:34:25 +01:00
artwork.scm
bootloader.scm
local.mk gnu: shepherd: Avoid "Bad file descriptor" warnings. 2017-12-03 23:18:53 +01:00
packages.scm
services.scm
system.scm
tests.scm