mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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
1 changed files with 4 additions and 0 deletions
|
@ -615,6 +615,8 @@ (define guile ,guile)
|
|||
`(("graph" ,two))
|
||||
#:modules
|
||||
'((guix build store-copy)
|
||||
(guix progress)
|
||||
(guix records)
|
||||
(guix sets)
|
||||
(guix build utils))))
|
||||
(ok? (built-derivations (list drv)))
|
||||
|
@ -817,6 +819,8 @@ (define (multiply x)
|
|||
(two (gexp->derivation "two"
|
||||
#~(symlink #$one #$output:chbouib)))
|
||||
(build -> (with-imported-modules '((guix build store-copy)
|
||||
(guix progress)
|
||||
(guix records)
|
||||
(guix sets)
|
||||
(guix build utils))
|
||||
#~(begin
|
||||
|
|
Loading…
Reference in a new issue