diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-07-08 00:37:03 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-07-08 00:37:03 +0200 |
commit | 625801f50008dc411bba84a128fe493c5b2bfc37 (patch) | |
tree | 9275516823bebbe2598508816757d4503c123dc7 | |
parent | 0403b04d768ab6aa52320ce9b90ac2915d0ee498 (diff) |
gnu: webkitgtk: Build with Python 3.
* gnu/packages/webkit.scm (webkitgtk)[native-inputs]: Change PYTHON-2 to
PYTHON-WRAPPER.
-rw-r--r-- | gnu/packages/webkit.scm | 2 |
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))) |