gnu: schismtracker: Remove custom bootstrap phase.

* gnu/packages/music.scm (schismtracker)[arguments]: Remove autoconf phase.
master
Ricardo Wurmus 2018-11-11 12:19:23 +01:00
parent 8865973848
commit cbb6a15056
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 0 additions and 2 deletions

View File

@ -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