guix-commits
[Top][All Lists]
Advanced

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

20/22: gnu: webkitgtk: Build with Python 3.


From: guix-commits
Subject: 20/22: gnu: webkitgtk: Build with Python 3.
Date: Sun, 7 Jul 2019 19:04:44 -0400 (EDT)

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

commit 625801f50008dc411bba84a128fe493c5b2bfc37
Author: Marius Bakke <address@hidden>
Date:   Mon Jul 8 00:37:03 2019 +0200

    gnu: webkitgtk: Build with Python 3.
    
    * gnu/packages/webkit.scm (webkitgtk)[native-inputs]: Change PYTHON-2 to
    PYTHON-WRAPPER.
---
 gnu/packages/webkit.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index b258ac8..538c976 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -119,7 +119,7 @@
        ("gperf" ,gperf)
        ("perl" ,perl)
        ("pkg-config" ,pkg-config)
-       ("python" ,python-2) ; incompatible with Python 3 (print syntax)
+       ("python" ,python-wrapper)
        ("gtk-doc" ,gtk-doc) ; For documentation generation
        ("docbook-xml" ,docbook-xml) ; For documentation generation
        ("ruby" ,ruby)))



reply via email to

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