me
/
guix
Archived
1
0
Fork 0

gnu: foo-yc20: Drop input labels.

* gnu/packages/music.scm (foo-yc20)[inputs]: Drop labels.
master
Ricardo Wurmus 2023-02-07 11:28:59 +01:00
parent 85e387fe89
commit 3339f6f550
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 4 deletions

View File

@ -5971,10 +5971,10 @@ and debugging of event signal flows inside plugin graphs.")
(("-march=native") ""))
#t)))))
(inputs
`(("jack" ,jack-1)
("lv2" ,lv2)
("cairo" ,cairo)
("gtk" ,gtk+-2)))
(list cairo
gtk+-2
jack-1
lv2))
(native-inputs
(list faust pkg-config))
(home-page "https://foo-yc20.codeforcode.com/")