1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-29 10:29:26 +02:00

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
+4 -4
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/")