gnu: webkitgtk: Build with Python 3.

* gnu/packages/webkit.scm (webkitgtk)[native-inputs]: Change PYTHON-2 to
PYTHON-WRAPPER.
This commit is contained in:
Marius Bakke 2019-07-08 00:37:03 +02:00
parent 0403b04d76
commit 625801f500
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -119,7 +119,7 @@ (define-public webkitgtk
("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)))