guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: patchage: Fix build.


From: guix-commits
Subject: 01/01: gnu: patchage: Fix build.
Date: Sat, 8 Dec 2018 16:56:43 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 0fd9671bcca297ee74bdee85db928c343dcef662
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Dec 8 22:55:48 2018 +0100

    gnu: patchage: Fix build.
    
    Fixes <https://bugs.gnu.org/33677>.
    
    * gnu/packages/audio.scm (patchage)[arguments]: Use Python 2.
---
 gnu/packages/audio.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 345140a..678bbcf 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2097,7 +2097,9 @@ buffers, and audio capture.")
                (base32
                 "1agdpwwi42176l4mxj0c4fsvdiv1ig56bfnnx0msckxmy57df8bb"))))
     (build-system waf-build-system)
-    (arguments `(#:tests? #f)) ; no check target
+    (arguments
+     `(#:tests? #f ; no check target
+       #:python ,python-2))
     (inputs
      `(("alsa-lib" ,alsa-lib)
        ("boost" ,boost)



reply via email to

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