[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")
- 15/33: gnu: dosbox-staging: Update to 0.79.1., (continued)
- 15/33: gnu: dosbox-staging: Update to 0.79.1., guix-commits, 2022/10/21
- 09/33: gnu: pd: Remove trailing #t from phases., guix-commits, 2022/10/21
- 17/33: gnu: dnsmasq: Update to 2.87., guix-commits, 2022/10/21
- 21/33: gnu: lldpd: Update to 1.0.15., guix-commits, 2022/10/21
- 20/33: gnu: imapfilter: Use G-expressions., guix-commits, 2022/10/21
- 22/33: guix-install.sh: Time out fetching OpenPGP keys., guix-commits, 2022/10/21
- 27/33: gnu: diffoscope: Update to 224., guix-commits, 2022/10/21
- 31/33: gnu: cloc: Update to 1.94., guix-commits, 2022/10/21
- 32/33: gnu: dmenu: Update to 5.2., guix-commits, 2022/10/21
- 33/33: gnu: libfs: Update to 1.0.9., guix-commits, 2022/10/21
- 10/33: gnu: pd: Remove input labels.,
guix-commits <=