guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: ganv: Use python2 for building.


From: Marius Bakke
Subject: 02/05: gnu: ganv: Use python2 for building.
Date: Tue, 23 Oct 2018 11:17:39 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 22ce8b56f25b90b40ded1d29ea488d2f1336f24c
Author: Marius Bakke <address@hidden>
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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]