gnu: ganv: Use python2 for building.

* gnu/packages/gtk.scm (ganv)[arguments]: Set #:python.
master
Marius Bakke 2018-10-23 01:32:47 +02:00
parent 4cdbffdc2f
commit 22ce8b56f2
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 0 deletions

View File

@ -304,6 +304,7 @@ functions which were removed.")
(string-append "-Wl,-rpath="
(assoc-ref outputs "out") "/lib"))
#t)))
#:python ,python-2 ;XXX: The bundled waf fails with Python 3.7.0.
#:tests? #f)) ; no check target
(inputs
`(("gtk" ,gtk+-2)