Archived
1
0
Fork 0

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 (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/")