gnu: suil: Remove input labels.

* gnu/packages/audio.scm (suil)[inputs]: Remove input labels.
This commit is contained in:
Tobias Geerinckx-Rice 2022-01-07 00:29:55 +01:00
parent 6601772827
commit cfd68599ff
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -3226,10 +3226,10 @@ the Turtle syntax.")
(arguments
`(#:tests? #f)) ;no check target
(inputs
`(("lv2" ,lv2)
("gtk+" ,gtk+-2)
("gtk+" ,gtk+)
("qt" ,qtbase-5)))
(list lv2
gtk+-2
gtk+
qtbase-5))
(native-inputs
(list pkg-config))
(home-page "https://drobilla.net/software/suil/")