gnu: gx-vintage-fuzz-master-lv2: Fix SSE detection.

* gnu/packages/music.scm (gx-vintage-fuzz-master-lv2)[arguments]: Add
phase "escape-shell-commands".
This commit is contained in:
Ricardo Wurmus 2016-10-14 23:37:55 +02:00
parent c6e45a93d4
commit 349753743f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2276,6 +2276,17 @@ (define-public gx-vintage-fuzz-master-lv2
(base32
"0s1ghysggx6psalyhcpgjnmf38vama6jcqgbldqmxii5c2w2ybsc"))
(file-name (string-append name "-" version "-checkout"))))
(arguments
(substitute-keyword-arguments (package-arguments gx-guvnor-lv2)
((#:phases phases)
`(modify-phases ,phases
(add-after 'unpack 'escape-shell-commands
(lambda _
(substitute* "Makefile"
(("cat ") "$(shell cat ")
(("/dev/null") "/dev/null)")
(("SSE_CFLAGS = \"\"") "SSE_CFLAGS ="))
#t))))))
(home-page "https://github.com/brummer10/GxVintageFuzzMaster.lv2")
(synopsis "Fuzz effect simulation of the vintage Fuzz Master")
(description "This package provides the LV2 plugin