diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-12-05 16:32:40 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-12-05 16:32:40 +0100 |
commit | 91c9b5d016ac8bed127557d378c70fbc56cec0e5 (patch) | |
tree | 5f2b318d1a857f647406504b69f4122f072eb34a /gnu/packages/ghostscript.scm | |
parent | f3e3f4d934ee0ecd71f5c73a57252ed1d0bad88e (diff) | |
download | guix-91c9b5d016ac8bed127557d378c70fbc56cec0e5.tar guix-91c9b5d016ac8bed127557d378c70fbc56cec0e5.tar.gz |
packages: 'package-grafts' trims native inputs.
'package-grafts' returns a list of potentially applicable grafts, which
'cumulative-grafts' then narrows by looking at store item references and
determining the subset of the grafts that's actually applicable.
Until now, 'package-grafts' would traverse native inputs and would thus
return a large superset of the applicable grafts, since native inputs
are not in the reference graph by definition. This patch fixes that by
having 'package-grafts' ignore entirely native inputs from the
dependency graph.
* guix/packages.scm (fold-bag-dependencies)[bag-direct-inputs*]: Add
special case for libc.
* guix/packages.scm (bag-grafts)[native-grafts, target-grafts]: Remove.
[grafts]: New procedure.
Use it.
* tests/packages.scm ("package-grafts, grafts of native inputs
ignored"): New test.
Diffstat (limited to 'gnu/packages/ghostscript.scm')
0 files changed, 0 insertions, 0 deletions