1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: patchage: Build with Python 3.

* gnu/packages/audio.scm (patchage)[arguments]: Run WAF with the default Python.
This commit is contained in:
Tobias Geerinckx-Rice
2021-11-08 21:37:06 +01:00
parent 41cb043a3b
commit 2a40b19953

View File

@@ -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)