summaryrefslogtreecommitdiff
path: root/gnu/packages/audio.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-11-08 21:37:06 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-11-08 23:00:56 +0100
commit2a40b19953fabe5fef0caa9338b7bfe2dceec32c (patch)
treed21b6ef776708b512b8bfcd04577914dbff542c3 /gnu/packages/audio.scm
parent41cb043a3ba61a71a0f9fd243a5ca45f55472997 (diff)
downloadguix-patches-2a40b19953fabe5fef0caa9338b7bfe2dceec32c.tar
guix-patches-2a40b19953fabe5fef0caa9338b7bfe2dceec32c.tar.gz
gnu: patchage: Build with Python 3.
* gnu/packages/audio.scm (patchage)[arguments]: Run WAF with the default Python.
Diffstat (limited to 'gnu/packages/audio.scm')
-rw-r--r--gnu/packages/audio.scm3
1 files changed, 1 insertions, 2 deletions
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 @@ 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)