From 2a40b19953fabe5fef0caa9338b7bfe2dceec32c Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 8 Nov 2021 21:37:06 +0100 Subject: 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(-) (limited to 'gnu') diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 62198ac7ce..4b1a602804 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -2851,8 +2851,7 @@ (define-public patchage "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) -- cgit v1.2.3