gnu: pd: Remove custom autoconf phase.

* gnu/packages/music.scm (pd)[arguments]: Remove custom autoconf phase.
master
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
1 changed files with 1 additions and 3 deletions

View File

@ -1748,9 +1748,7 @@ export.")
(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)