mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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 @@ (define-public pd
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue