3
5
Fork 0
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:
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

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