guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/23: gnu: audacity: Remove input labels.


From: guix-commits
Subject: 04/23: gnu: audacity: Remove input labels.
Date: Sun, 27 Nov 2022 15:26:09 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 4289394e688d8b2a844abea803ba941192e958a8
Author: Marius Bakke <marius@gnu.org>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]