me
/
guix
Archived
1
0
Fork 0

gnu: ams-lv2: Remove trailing #T from build phase.

* gnu/packages/music.scm (ams-lv2)[arguments]: Drop trailing #T.
master
Ricardo Wurmus 2023-05-19 10:56:48 +02:00
parent 268c8ca691
commit 4f19bf95ce
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 3 deletions

View File

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