mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: ardour: Do not use labels in list of native inputs.
* gnu/packages/audio.scm (ardour)[native-inputs]: Drop package labels.
This commit is contained in:
parent
927e03ade6
commit
0d2ad7b7c0
1 changed files with 5 additions and 5 deletions
|
@ -788,11 +788,11 @@ (define-public ardour
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue