summary refs log tree commit diff
path: root/gnu/packages/webkit.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-07-08 00:37:03 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-07-08 00:37:03 +0200
commit625801f50008dc411bba84a128fe493c5b2bfc37 (patch)
tree9275516823bebbe2598508816757d4503c123dc7 /gnu/packages/webkit.scm
parent0403b04d768ab6aa52320ce9b90ac2915d0ee498 (diff)
downloadguix-625801f50008dc411bba84a128fe493c5b2bfc37.tar.gz
gnu: webkitgtk: Build with Python 3.
* gnu/packages/webkit.scm (webkitgtk)[native-inputs]: Change PYTHON-2 to
PYTHON-WRAPPER.
Diffstat (limited to 'gnu/packages/webkit.scm')
-rw-r--r--gnu/packages/webkit.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index b258ac860c..538c97675d 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)))