mbakke pushed a commit to branch core-updates
in repository guix.
commit 22ce8b56f25b90b40ded1d29ea488d2f1336f24c
Author: Marius Bakke <[email protected]>
Date: Tue Oct 23 01:32:47 2018 +0200
gnu: ganv: Use python2 for building.
* gnu/packages/gtk.scm (ganv)[arguments]: Set #:python.
---
gnu/packages/gtk.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index cec1050..b553fa1 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -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)