mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: webkitgtk: Build with Python 3.
* gnu/packages/webkit.scm (webkitgtk)[native-inputs]: Change PYTHON-2 to PYTHON-WRAPPER.
This commit is contained in:
parent
0403b04d76
commit
625801f500
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue