guix-commits
[Top][All Lists]
Advanced

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

04/15: gnu: suil: Remove input labels.


From: guix-commits
Subject: 04/15: gnu: suil: Remove input labels.
Date: Thu, 6 Jan 2022 20:47:56 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit cfd68599ff79e29f5af334f87b53d2086f58cd83
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jan 7 00:29:55 2022 +0100

    gnu: suil: Remove input labels.
    
    * gnu/packages/audio.scm (suil)[inputs]: Remove input labels.
---
 gnu/packages/audio.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 41459abfb3..017f1ec74e 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3226,10 +3226,10 @@ the Turtle syntax.")
     (arguments
      `(#:tests? #f))                    ;no check target
     (inputs
-     `(("lv2" ,lv2)
-       ("gtk+" ,gtk+-2)
-       ("gtk+" ,gtk+)
-       ("qt" ,qtbase-5)))
+     (list lv2
+           gtk+-2
+           gtk+
+           qtbase-5))
     (native-inputs
      (list pkg-config))
     (home-page "https://drobilla.net/software/suil/";)



reply via email to

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