gnu: ingen: Fix build.
Fixes <https://bugs.gnu.org/33667>. * gnu/packages/music.scm (ingen)[arguments]: Use python-2.
This commit is contained in:
parent
46c8cea27b
commit
f9dcf79f47
|
@ -3305,7 +3305,8 @@ plugins, a switch trigger, a toggle switch, and a peakmeter.")
|
||||||
"1wg47vjw9djn99gbnsl2bcwj4xhdid61m4wrbn2nlp797flj91ic"))))
|
"1wg47vjw9djn99gbnsl2bcwj4xhdid61m4wrbn2nlp797flj91ic"))))
|
||||||
(build-system waf-build-system)
|
(build-system waf-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no "check" target
|
`(#:python ,python-2
|
||||||
|
#:tests? #f ; no "check" target
|
||||||
#:configure-flags (list "--no-webkit")
|
#:configure-flags (list "--no-webkit")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in New Issue