tests: Update (guix build store-copy) tests.
This is a followup to a387b0bebb
.
* tests/gexp.scm ("gexp->derivation, store copy")
("gexp->derivation #:references-graphs"): Add (guix progress) and (guix
records) to the imported modules.
This commit is contained in:
parent
240a9c69a6
commit
d4e9317b9d
|
@ -615,6 +615,8 @@
|
||||||
`(("graph" ,two))
|
`(("graph" ,two))
|
||||||
#:modules
|
#:modules
|
||||||
'((guix build store-copy)
|
'((guix build store-copy)
|
||||||
|
(guix progress)
|
||||||
|
(guix records)
|
||||||
(guix sets)
|
(guix sets)
|
||||||
(guix build utils))))
|
(guix build utils))))
|
||||||
(ok? (built-derivations (list drv)))
|
(ok? (built-derivations (list drv)))
|
||||||
|
@ -817,6 +819,8 @@
|
||||||
(two (gexp->derivation "two"
|
(two (gexp->derivation "two"
|
||||||
#~(symlink #$one #$output:chbouib)))
|
#~(symlink #$one #$output:chbouib)))
|
||||||
(build -> (with-imported-modules '((guix build store-copy)
|
(build -> (with-imported-modules '((guix build store-copy)
|
||||||
|
(guix progress)
|
||||||
|
(guix records)
|
||||||
(guix sets)
|
(guix sets)
|
||||||
(guix build utils))
|
(guix build utils))
|
||||||
#~(begin
|
#~(begin
|
||||||
|
|
Loading…
Reference in New Issue