mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
* guix/gexp.scm (lower-reference-graphs): New procedure.
(gexp->derivation)[graphs-file-names]: New procedure.
Use 'lower-reference-graphs', and augment #:inputs argument as a
function of #:references-graphs.
* doc/guix.texi (G-Expressions): Adjust 'gexp->derivation' documentation
accordingly.
* tests/gexp.scm ("gexp->derivation, store copy"): Remove reference to
TWO in BUILD-DRV. Use TWO directly in #:references-graphs argument.
("gexp->derivation #:references-graphs"): New test.
* gnu/system/vm.scm (qemu-image): Remove variable 'graph'; use INPUTS as
the #:references-graphs argument to
'expression->derivation-in-linux-vm'.
|
||
|---|---|---|
| .. | ||
| file-systems.scm | ||
| grub.scm | ||
| install.scm | ||
| linux-initrd.scm | ||
| linux.scm | ||
| os-config.tmpl | ||
| shadow.scm | ||
| vm.scm | ||