gnu: suil: Remove input labels.
* gnu/packages/audio.scm (suil)[inputs]: Remove input labels.
This commit is contained in:
parent
6601772827
commit
cfd68599ff
1 changed files with 4 additions and 4 deletions
|
@ -3226,10 +3226,10 @@ the Turtle syntax.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;no check target
|
`(#:tests? #f)) ;no check target
|
||||||
(inputs
|
(inputs
|
||||||
`(("lv2" ,lv2)
|
(list lv2
|
||||||
("gtk+" ,gtk+-2)
|
gtk+-2
|
||||||
("gtk+" ,gtk+)
|
gtk+
|
||||||
("qt" ,qtbase-5)))
|
qtbase-5))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(home-page "https://drobilla.net/software/suil/")
|
(home-page "https://drobilla.net/software/suil/")
|
||||||
|
|
Reference in a new issue