me
/
guix
Archived
1
0
Fork 0

gnu: ardour: Do not use labels in list of native inputs.

* gnu/packages/audio.scm (ardour)[native-inputs]: Drop package labels.
master
Ricardo Wurmus 2022-11-13 19:26:29 +01:00
parent 927e03ade6
commit 0d2ad7b7c0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 5 additions and 5 deletions

View File

@ -788,11 +788,11 @@ namespace ARDOUR { const char* revision = \"" version "\" ; const char* date = \
taglib
vamp))
(native-inputs
`(("cppunit" ,cppunit)
("gettext" ,gettext-minimal)
("itstool" ,itstool)
("perl" ,perl)
("pkg-config" ,pkg-config)))
(list cppunit
gettext-minimal
itstool
perl
pkg-config))
(home-page "https://ardour.org")
(synopsis "Digital audio workstation")
(description