guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 06/06: gnu: ardour: Do not use labels in list of native inputs.
Date: Sun, 13 Nov 2022 13:30:28 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 0d2ad7b7c07ef5e7ba493046ce4bd3425c438389
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Nov 13 19:26:29 2022 +0100

    gnu: ardour: Do not use labels in list of native inputs.
    
    * gnu/packages/audio.scm (ardour)[native-inputs]: Drop package labels.
---
 gnu/packages/audio.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 3793cdb4e0..914802fc7f 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -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



reply via email to

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