gnu: ardour: Do not use labels in list of native inputs.
* gnu/packages/audio.scm (ardour)[native-inputs]: Drop package labels.master
parent
927e03ade6
commit
0d2ad7b7c0
|
@ -788,11 +788,11 @@ namespace ARDOUR { const char* revision = \"" version "\" ; const char* date = \
|
||||||
taglib
|
taglib
|
||||||
vamp))
|
vamp))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("cppunit" ,cppunit)
|
(list cppunit
|
||||||
("gettext" ,gettext-minimal)
|
gettext-minimal
|
||||||
("itstool" ,itstool)
|
itstool
|
||||||
("perl" ,perl)
|
perl
|
||||||
("pkg-config" ,pkg-config)))
|
pkg-config))
|
||||||
(home-page "https://ardour.org")
|
(home-page "https://ardour.org")
|
||||||
(synopsis "Digital audio workstation")
|
(synopsis "Digital audio workstation")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue