mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: ganv: Use python2 for building.
* gnu/packages/gtk.scm (ganv)[arguments]: Set #:python.
This commit is contained in:
parent
4cdbffdc2f
commit
22ce8b56f2
1 changed files with 1 additions and 0 deletions
|
@ -304,6 +304,7 @@ (define-public ganv
|
||||||
(string-append "-Wl,-rpath="
|
(string-append "-Wl,-rpath="
|
||||||
(assoc-ref outputs "out") "/lib"))
|
(assoc-ref outputs "out") "/lib"))
|
||||||
#t)))
|
#t)))
|
||||||
|
#:python ,python-2 ;XXX: The bundled waf fails with Python 3.7.0.
|
||||||
#:tests? #f)) ; no check target
|
#:tests? #f)) ; no check target
|
||||||
(inputs
|
(inputs
|
||||||
`(("gtk" ,gtk+-2)
|
`(("gtk" ,gtk+-2)
|
||||||
|
|
Loading…
Reference in a new issue