guix-commits
[Top][All Lists]
Advanced

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

10/33: gnu: pd: Remove input labels.


From: guix-commits
Subject: 10/33: gnu: pd: Remove input labels.
Date: Fri, 21 Oct 2022 13:20:52 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4fad3eb0165497c541cca64075e39a5bb694bc61
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 16 02:00:00 2022 +0200

    gnu: pd: Remove input labels.
    
    * gnu/packages/music.scm (pd)[native-inputs]:
    Remove input labels.
---
 gnu/packages/music.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 32d0889575..43290bb0ae 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2721,11 +2721,7 @@ export.")
                (substitute* "tcl/pd-gui.tcl"
                  (("exec wish ") (string-append "exec " (which ,wish) " 
")))))))))
     (native-inputs
-     `(("autoconf" ,autoconf)
-       ("automake" ,automake)
-       ("libtool" ,libtool)
-       ("gettext" ,gettext-minimal)
-       ("pkg-config" ,pkg-config)))
+     (list autoconf automake libtool gettext-minimal pkg-config))
     (inputs
      (list tk alsa-lib jack-1))
     (home-page "https://puredata.info";)



reply via email to

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