mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: audacity: Remove input labels.
* gnu/packages/audio.scm (audacity)[native-inputs]: Remove labels.
This commit is contained in:
parent
ae64c4ac89
commit
4289394e68
1 changed files with 7 additions and 7 deletions
|
@ -919,13 +919,13 @@ (define-public audacity
|
|||
portmidi
|
||||
wavpack))
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
("automake" ,automake)
|
||||
("gettext" ,gettext-minimal) ;for msgfmt
|
||||
("libtool" ,libtool)
|
||||
("pkg-config" ,pkg-config)
|
||||
("python" ,python)
|
||||
("which" ,which)))
|
||||
(list autoconf
|
||||
automake
|
||||
gettext-minimal ;for msgfmt
|
||||
libtool
|
||||
pkg-config
|
||||
python
|
||||
which))
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue