gnu: schismtracker: Remove custom bootstrap phase.
* gnu/packages/music.scm (schismtracker)[arguments]: Remove autoconf phase.
This commit is contained in:
parent
8865973848
commit
cbb6a15056
|
@ -2794,8 +2794,6 @@ for improved Amiga ProTracker 2/3 compatibility.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'autoconf
|
|
||||||
(lambda _ (invoke "autoreconf" "-vfi")))
|
|
||||||
(add-before 'configure 'link-libm
|
(add-before 'configure 'link-libm
|
||||||
(lambda _ (setenv "LIBS" "-lm") #t)))))
|
(lambda _ (setenv "LIBS" "-lm") #t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in New Issue