gnu: pd: Remove custom autoconf phase.

* gnu/packages/music.scm (pd)[arguments]: Remove custom autoconf phase.
This commit is contained in:
Ricardo Wurmus 2018-11-08 10:14:08 +01:00
parent 4e82946888
commit 9ab90ead36
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1748,9 +1748,7 @@ (define-public pd
(lambda _
(substitute* "tcl/pd-gui.tcl"
(("exec wish ") (string-append "exec " (which "wish8.6") " ")))
#t))
(add-after 'unpack 'autoconf
(lambda _ (zero? (system* "bash" "./autogen.sh")))))))
#t)))))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)