me
/
guix
Archived
1
0
Fork 0

gnu: pd: Remove input labels.

* gnu/packages/music.scm (pd)[native-inputs]:
Remove input labels.
master
Tobias Geerinckx-Rice 2022-10-16 02:00:00 +02:00
parent 9d0e389053
commit 4fad3eb016
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 5 deletions

View File

@ -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")