mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: schismtracker: Remove custom bootstrap phase.
* gnu/packages/music.scm (schismtracker)[arguments]: Remove autoconf phase.
This commit is contained in:
parent
8865973848
commit
cbb6a15056
1 changed files with 0 additions and 2 deletions
|
@ -2794,8 +2794,6 @@ for improved Amiga ProTracker 2/3 compatibility.")
|
|||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'autoconf
|
||||
(lambda _ (invoke "autoreconf" "-vfi")))
|
||||
(add-before 'configure 'link-libm
|
||||
(lambda _ (setenv "LIBS" "-lm") #t)))))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue