gnu: jalv: Build with python-2.
* gnu/packages/audio.scm (jalv)[arguments]: Build with python-2.
This commit is contained in:
parent
7ff3f3d22c
commit
691d39a267
|
@ -1604,6 +1604,7 @@ synchronous execution of all clients, and low latency operation.")
|
||||||
(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
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before
|
(add-before
|
||||||
|
|
Loading…
Reference in New Issue