gnu: patchage: Build with Python 3.
* gnu/packages/audio.scm (patchage)[arguments]: Run WAF with the default Python.
This commit is contained in:
parent
41cb043a3b
commit
2a40b19953
1 changed files with 1 additions and 2 deletions
|
@ -2851,8 +2851,7 @@ buffers, and audio capture.")
|
||||||
"0gbakiw3mikgbvy3pssrmqmn7z5c7kp4vyaxj5rs4jnkscxgw9vw"))))
|
"0gbakiw3mikgbvy3pssrmqmn7z5c7kp4vyaxj5rs4jnkscxgw9vw"))))
|
||||||
(build-system waf-build-system)
|
(build-system waf-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no check target
|
`(#:tests? #f)) ; no check target
|
||||||
#:python ,python-2))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("alsa-lib" ,alsa-lib)
|
`(("alsa-lib" ,alsa-lib)
|
||||||
("boost" ,boost)
|
("boost" ,boost)
|
||||||
|
|
Reference in a new issue