mbakke pushed a commit to branch master
in repository guix.
commit 4289394e688d8b2a844abea803ba941192e958a8
Author: Marius Bakke <[email protected]>
AuthorDate: Sun Nov 27 13:21:58 2022 +0100
gnu: audacity: Remove input labels.
* gnu/packages/audio.scm (audacity)[native-inputs]: Remove labels.
---
gnu/packages/audio.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 4df5fa29bc..e04e859fc0 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -919,13 +919,13 @@ engineers, musicians, soundtrack editors and composers.")
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