Archived
1
0
Fork 0

gnu: ams-lv2: Drop package labels.

* gnu/packages/music.scm (ams-lv2)[inputs]: Drop package labels.
This commit is contained in:
Ricardo Wurmus 2023-05-19 10:56:28 +02:00
parent cb12a8efdc
commit 268c8ca691
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3543,12 +3543,12 @@ follows a traditional multi-track tape recorder control paradigm.")
#t))) #t)))
#:tests? #f)) ; no tests #:tests? #f)) ; no tests
(inputs (inputs
`(("cairo" ,cairo) (list cairo
("fftw" ,fftw) fftw
("gtk" ,gtk+-2) gtk+-2
("gtkmm" ,gtkmm-2) gtkmm-2
("lv2" ,lv2) lv2
("lvtk" ,lvtk))) lvtk))
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(home-page "https://github.com/blablack/ams-lv2") (home-page "https://github.com/blablack/ams-lv2")