tests: Adjust ‘elm’ importer test to expect inputs without labels.
This is a followup af85c38b01
.
* tests/elm.scm ("(guix import elm)"): Expect new-style inputs.
Change-Id: If3c6b17b5a5d17ad443c3ddb05f94dc2458ba182
This commit is contained in:
parent
eed2fcc719
commit
7979001c58
@ -249,10 +249,8 @@ package definition."
|
|||||||
version
|
version
|
||||||
(base32 ,(? string? hash))))
|
(base32 ,(? string? hash))))
|
||||||
(build-system elm-build-system)
|
(build-system elm-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs (list elm-core))
|
||||||
,'`(("elm-core" ,elm-core)))
|
(inputs (list elm-json))
|
||||||
(inputs
|
|
||||||
,'`(("elm-json" ,elm-json)))
|
|
||||||
(home-page
|
(home-page
|
||||||
"https://package.elm-lang.org/packages/elm-guix/demo/3.0.0")
|
"https://package.elm-lang.org/packages/elm-guix/demo/3.0.0")
|
||||||
(synopsis "A test for `(guix import elm)`")
|
(synopsis "A test for `(guix import elm)`")
|
||||||
|
Loading…
Reference in New Issue
Block a user