guix-play/guix/build-system
Ludovic Courtès 5a17b9b673
build-system/gnu: Optimize the package graph.
With this change, the output of:

  guix graph -e '(@@ (gnu packages commencement) coreutils-final)' |grep 'label = ' | wc -l

drops from 76 nodes to 68 nodes, and the "add-data-to-store-cache" hit
rate for:

  guix build libreoffice -d --no-grafts

drops from 3.9% to 2.6%.

* guix/build-system/gnu.scm (package-with-explicit-inputs*)[cut?]:
Adjust condition to exclude packages with build systems other than
GNU-BUILD-SYSTEM, such as 'ld-wrapper-boot3'.
2020-03-29 23:14:28 +02:00
..
2019-03-20 21:38:19 -04:00
2019-07-02 10:08:00 +09:00
2019-12-23 15:48:21 +01:00
2019-12-15 15:38:51 +01:00
2019-03-23 22:26:48 +02:00
2019-10-11 11:44:44 -04:00