nckx pushed a commit to branch master
in repository guix.

commit 2a40b19953fabe5fef0caa9338b7bfe2dceec32c
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Mon Nov 8 21:37:06 2021 +0100

    gnu: patchage: Build with Python 3.
    
    * gnu/packages/audio.scm (patchage)[arguments]: Run WAF with the default 
Python.
---
 gnu/packages/audio.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 62198ac..4b1a602 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2851,8 +2851,7 @@ buffers, and audio capture.")
                 "0gbakiw3mikgbvy3pssrmqmn7z5c7kp4vyaxj5rs4jnkscxgw9vw"))))
     (build-system waf-build-system)
     (arguments
-     `(#:tests? #f                      ; no check target
-       #:python ,python-2))
+     `(#:tests? #f))                    ; no check target
     (inputs
      `(("alsa-lib" ,alsa-lib)
        ("boost" ,boost)

Reply via email to