gnu: patchage: Fix build.
authorRicardo Wurmus <rekado@elephly.net>
Sat, 8 Dec 2018 21:55:48 +0000 (22:55 +0100)
committerRicardo Wurmus <rekado@elephly.net>
Sat, 8 Dec 2018 21:55:48 +0000 (22:55 +0100)
Fixes <https://bugs.gnu.org/33677>.

* gnu/packages/audio.scm (patchage)[arguments]: Use Python 2.

gnu/packages/audio.scm

index 345140a..678bbcf 100644 (file)
@@ -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)