gnu: pd: Run autogen.sh script.
* gnu/packages/music.scm (pd)[arguments]: Run autogen.sh instead of plain autoreconf.
This commit is contained in:
parent
4712cbb0c7
commit
8723fe23fa
|
@ -1382,7 +1382,7 @@ export.")
|
|||
(("exec wish ") (string-append "exec " (which "wish8.6") " ")))
|
||||
#t))
|
||||
(add-after 'unpack 'autoconf
|
||||
(lambda _ (zero? (system* "autoreconf" "-vif")))))))
|
||||
(lambda _ (zero? (system* "bash" "./autogen.sh")))))))
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
("automake" ,automake)
|
||||
|
|
Loading…
Reference in New Issue