guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/09: gnu: gx-voodoo-fuzz-lv2: Update to 0-2.aec7889b4.


From: Ricardo Wurmus
Subject: 05/09: gnu: gx-voodoo-fuzz-lv2: Update to 0-2.aec7889b4.
Date: Sat, 19 Nov 2016 10:26:34 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit c1802b0834c7d3f7611cd41ecaea5c2a98f43532
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Nov 19 10:55:01 2016 +0100

    gnu: gx-voodoo-fuzz-lv2: Update to 0-2.aec7889b4.
    
    * gnu/packages/music.scm (gx-voodoo-fuzz-lv2): Update to 0-2.aec7889b4.
    [arguments]: Remove "escape-shell-commands" phase.
---
 gnu/packages/music.scm |   17 +++--------------
 1 file changed, 3 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 26c767f..83834de 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2217,8 +2217,8 @@ saturation effect."))))
 simulation of the Hyperion Fuzz pedal."))))
 
 (define-public gx-voodoo-fuzz-lv2
-  (let ((commit "d2d6b27bc279f98c2fd11bbd58ffe2fb2c321ec4")
-        (revision "1"))
+  (let ((commit "aec7889b489385e8add06126e7a36ae2e26254b1")
+        (revision "2"))
     (package (inherit gx-guvnor-lv2)
       (name "gx-voodoo-fuzz-lv2")
       (version (string-append "0-" revision "." (string-take commit 9)))
@@ -2229,19 +2229,8 @@ simulation of the Hyperion Fuzz pedal."))))
                       (commit commit)))
                 (sha256
                  (base32
-                  "1ji915bly588a8xwvwspvsqv0nh8ljgi6rky2mk1d9d6nz96jrbk"))
+                  "0mc41ldlv89069iaysnfiqxy5h5sr8mdi5cxm3ij5q5v4jv3viwx"))
                 (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/GxVoodoFuzz.lv2";)
       (synopsis "Fuzz effect modelled after the Voodoo Lab SuperFuzz")
       (description "This package provides the LV2 plugin \"GxVoodooFuzz\", a



reply via email to

[Prev in Thread] Current Thread [Next in Thread]