gnu: suil: Use python2 for building.
* gnu/packages/audio.scm (suil)[arguments]: Set #:python.
This commit is contained in:
parent
22ce8b56f2
commit
78da6977c7
|
@ -2360,6 +2360,7 @@ the Turtle syntax.")
|
|||
(build-system waf-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no check target
|
||||
#:python ,python-2 ;XXX: The bundled waf does not work with Python 3.7.0.
|
||||
#:configure-flags
|
||||
'("CXXFLAGS=-std=gnu++11")))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in New Issue