mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
tests: opam: Fix input type in import test.
* tests/opam.scm: Expect propagated-inputs instead of inputs.
This commit is contained in:
parent
9d280ef2a8
commit
1d03a9198d
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ (define test-repo
|
|||
('base32
|
||||
(? string? hash)))))
|
||||
('build-system 'ocaml-build-system)
|
||||
('inputs
|
||||
('propagated-inputs
|
||||
('quasiquote
|
||||
(("ocaml-zarith" ('unquote 'ocaml-zarith)))))
|
||||
('native-inputs
|
||||
|
|
Loading…
Reference in a new issue