guix-commits
[Top][All Lists]
Advanced

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

05/12: gnu: patchage: Build with Python 3.


From: guix-commits
Subject: 05/12: gnu: patchage: Build with Python 3.
Date: Tue, 9 Nov 2021 01:26:58 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 2a40b19953fabe5fef0caa9338b7bfe2dceec32c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
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

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