gnu: ganv: Use python2 for building.
authorMarius Bakke <mbakke@fastmail.com>
Mon, 22 Oct 2018 23:32:47 +0000 (01:32 +0200)
committerMarius Bakke <mbakke@fastmail.com>
Tue, 23 Oct 2018 14:59:29 +0000 (16:59 +0200)
* gnu/packages/gtk.scm (ganv)[arguments]: Set #:python.

gnu/packages/gtk.scm

index cec1050..b553fa1 100644 (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)