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 @@ (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)
|
||||
|
|
Loading…
Reference in a new issue