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
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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