gnu: pd: Remove input labels.
* gnu/packages/music.scm (pd)[native-inputs]: Remove input labels.
This commit is contained in:
parent
9d0e389053
commit
4fad3eb016
1 changed files with 1 additions and 5 deletions
|
@ -2721,11 +2721,7 @@ export.")
|
||||||
(substitute* "tcl/pd-gui.tcl"
|
(substitute* "tcl/pd-gui.tcl"
|
||||||
(("exec wish ") (string-append "exec " (which ,wish) " ")))))))))
|
(("exec wish ") (string-append "exec " (which ,wish) " ")))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
(list autoconf automake libtool gettext-minimal pkg-config))
|
||||||
("automake" ,automake)
|
|
||||||
("libtool" ,libtool)
|
|
||||||
("gettext" ,gettext-minimal)
|
|
||||||
("pkg-config" ,pkg-config)))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list tk alsa-lib jack-1))
|
(list tk alsa-lib jack-1))
|
||||||
(home-page "https://puredata.info")
|
(home-page "https://puredata.info")
|
||||||
|
|
Reference in a new issue