gnu: gx-saturator-lv2: Update to 0-2.0b581ac85.
* gnu/packages/music.scm (gx-saturator-lv2): Update to 0-2.0b581ac85. [arguments]: Remove "escape-shell-commands" phase.
This commit is contained in:
parent
4ed4bb11cb
commit
31de5e2244
1 changed files with 3 additions and 14 deletions
|
@ -2177,8 +2177,8 @@ simulation of a push pull transistor fuzz effect with added high octave."))))
|
||||||
pedal."))))
|
pedal."))))
|
||||||
|
|
||||||
(define-public gx-saturator-lv2
|
(define-public gx-saturator-lv2
|
||||||
(let ((commit "361399245d234b4d02f11f066d25ac15d90c6bf8")
|
(let ((commit "0b581ac85c515325b9f16e51937cae6e1bf81a0a")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package (inherit gx-guvnor-lv2)
|
(package (inherit gx-guvnor-lv2)
|
||||||
(name "gx-saturator-lv2")
|
(name "gx-saturator-lv2")
|
||||||
(version (string-append "0-" revision "." (string-take commit 9)))
|
(version (string-append "0-" revision "." (string-take commit 9)))
|
||||||
|
@ -2189,19 +2189,8 @@ pedal."))))
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13cf5gxr2wzp5954hdhbl79v98a665ll5434mb3668p4j33sv217"))
|
"1cl785pzq8zk55m1rnhfd6qsabci6kpf4pf002gwr91vagyq246z"))
|
||||||
(file-name (string-append name "-" version "-checkout"))))
|
(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/GxSaturator.lv2")
|
(home-page "https://github.com/brummer10/GxSaturator.lv2")
|
||||||
(synopsis "Saturation effect")
|
(synopsis "Saturation effect")
|
||||||
(description "This package provides the LV2 plugin \"GxSaturator\", a
|
(description "This package provides the LV2 plugin \"GxSaturator\", a
|
||||||
|
|
Reference in a new issue