diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-10-23 01:32:47 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-10-23 16:59:29 +0200 |
commit | 22ce8b56f25b90b40ded1d29ea488d2f1336f24c (patch) | |
tree | 0bc6981e90ab1dbf6c98581ef0669f95fddab103 /gnu/packages/gtk.scm | |
parent | 4cdbffdc2fa5f90b7c0231d7d68de8f2d4a4dbed (diff) |
gnu: ganv: Use python2 for building.
* gnu/packages/gtk.scm (ganv)[arguments]: Set #:python.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r-- | gnu/packages/gtk.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index cec10504c5..b553fa19cd 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) |