gnu: ams-lv2: Remove trailing #T from build phase.
* gnu/packages/music.scm (ams-lv2)[arguments]: Drop trailing #T.master
parent
268c8ca691
commit
4f19bf95ce
|
@ -3539,9 +3539,8 @@ follows a traditional multi-track tape recorder control paradigm.")
|
||||||
(unless (or (string-prefix? "x86_64" system)
|
(unless (or (string-prefix? "x86_64" system)
|
||||||
(string-prefix? "i686" system))
|
(string-prefix? "i686" system))
|
||||||
(substitute* "wscript"
|
(substitute* "wscript"
|
||||||
(("'-msse', '-mfpmath=sse', ") "")))
|
(("'-msse', '-mfpmath=sse', ") ""))))))
|
||||||
#t)))
|
#:tests? #f)) ;no tests
|
||||||
#:tests? #f)) ; no tests
|
|
||||||
(inputs
|
(inputs
|
||||||
(list cairo
|
(list cairo
|
||||||
fftw
|
fftw
|
||||||
|
|
Reference in New Issue