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)
|
||||
(string-prefix? "i686" system))
|
||||
(substitute* "wscript"
|
||||
(("'-msse', '-mfpmath=sse', ") "")))
|
||||
#t)))
|
||||
#:tests? #f)) ; no tests
|
||||
(("'-msse', '-mfpmath=sse', ") ""))))))
|
||||
#:tests? #f)) ;no tests
|
||||
(inputs
|
||||
(list cairo
|
||||
fftw
|
||||
|
|
Reference in New Issue