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:
Ludovic Courtès 2024-09-16 22:34:08 +02:00
parent eed2fcc719
commit 7979001c58
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -249,10 +249,8 @@ package definition."
version
(base32 ,(? string? hash))))
(build-system elm-build-system)
(propagated-inputs
,'`(("elm-core" ,elm-core)))
(inputs
,'`(("elm-json" ,elm-json)))
(propagated-inputs (list elm-core))
(inputs (list elm-json))
(home-page
"https://package.elm-lang.org/packages/elm-guix/demo/3.0.0")
(synopsis "A test for `(guix import elm)`")