guix-play/guix
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
..
build build: emacs-utils: Add an option to select scoping for batch eval. 2020-03-22 21:17:38 -04:00
build-system build-system/gnu: Optimize the package graph. 2020-03-29 23:14:28 +02:00
import import/cran: Import missing module. 2020-03-25 16:28:57 +01:00
scripts deploy: Use 'map/accumulate-builds'. 2020-03-29 23:14:27 +02:00
store deduplication: Use nix-base32 encoding for link names. 2020-02-22 00:46:06 +01:00
tests
base16.scm
base32.scm
base64.scm
build-system.scm
bzr-download.scm
cache.scm Remove workaround for 'time-monotonic' in Guile 2.2.2. 2020-03-22 16:49:47 +01:00
channels.scm
ci.scm
colors.scm ui: Don't disable colors when INSIDE_EMACS is set. 2020-02-24 11:01:52 +01:00
combinators.scm
config.scm.in
cpio.scm
cve.scm
cvs-download.scm
deprecation.scm
derivations.scm
describe.scm
diagnostics.scm
discovery.scm
docker.scm
download.scm download: Remove misbehaving kvin.lv mirror. 2020-03-09 16:01:17 +01:00
elf.scm
ftp-client.scm
gexp.scm gexp: 'lower-inputs' uses 'mapm/accumulate-builds'. 2020-03-29 15:32:17 +02:00
git-download.scm
git.scm git: Add missing exports for <git-checkout>. 2020-02-10 23:31:58 +01:00
glob.scm
gnu-maintenance.scm
gnupg.scm
grafts.scm grafts: Don't rely on substitute info for missing store items. 2020-03-29 15:32:17 +02:00
graph.scm
hg-download.scm
http-client.scm
i18n.scm
inferior.scm inferior: '&inferior-exception' includes a stack trace. 2020-03-19 15:14:08 +01:00
json.scm
licenses.scm licenses: Add QWT 1.0 license. 2020-03-24 11:42:41 +01:00
lint.scm lint: Add a #:store argument to check-derivation 2020-03-24 19:47:46 +00:00
lzlib.scm
man-db.scm
memoization.scm
modules.scm
monad-repl.scm
monads.scm
nar.scm
packages.scm packages: 'package->bag' keys cache by replacement. 2020-03-29 23:14:28 +02:00
pki.scm
profiles.scm profiles: Use 'mapm/accumulate-builds'. 2020-03-29 15:32:17 +02:00
profiling.scm
progress.scm Remove workaround for 'time-monotonic' in Guile 2.2.2. 2020-03-22 16:49:47 +01:00
records.scm
remote.scm
repl.scm repl: Return stack traces along with exceptions. 2020-03-19 15:14:08 +01:00
scripts.scm scripts: Show disk-space warning when under the min of the thresholds. 2020-03-06 08:32:01 +01:00
search-paths.scm
self.scm
serialization.scm
sets.scm
ssh.scm ssh: 'send-files' reports missing modules on the remote host. 2020-03-23 10:48:17 +01:00
status.scm status: Display synthetic information about profiles being built. 2020-03-26 13:07:19 +01:00
store.scm store: Add 'references/cached'. 2020-03-29 15:32:17 +02:00
svn-download.scm
swh.scm swh: Handle absolute URLs being returned by the API. 2020-02-23 12:30:18 +01:00
tests.scm
ui.scm ui: 'show-manifest-transaction' tabulates package lists for install/remove. 2020-03-24 15:44:45 +01:00
upstream.scm
utils.scm
workers.scm
zlib.scm