mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: pd: Remove custom autoconf phase.
* gnu/packages/music.scm (pd)[arguments]: Remove custom autoconf phase.
This commit is contained in:
parent
4e82946888
commit
9ab90ead36
1 changed files with 1 additions and 3 deletions
|
@ -1748,9 +1748,7 @@ (define-public pd
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "tcl/pd-gui.tcl"
|
(substitute* "tcl/pd-gui.tcl"
|
||||||
(("exec wish ") (string-append "exec " (which "wish8.6") " ")))
|
(("exec wish ") (string-append "exec " (which "wish8.6") " ")))
|
||||||
#t))
|
#t)))))
|
||||||
(add-after 'unpack 'autoconf
|
|
||||||
(lambda _ (zero? (system* "bash" "./autogen.sh")))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
|
|
Loading…
Reference in a new issue