gnu: qtwebkit: Update to 5.212.0-alpha4.
* gnu/packages/qt.scm (qtwebkit): Update to 5.212.0-alpha4. [native-inputs]: Change from PYTHON-2.7 to PYTHON.
This commit is contained in:
parent
b93b7b2585
commit
e8a225268e
1 changed files with 3 additions and 3 deletions
|
@ -2373,7 +2373,7 @@ different kinds of sliders, and much more.")
|
||||||
(define-public qtwebkit
|
(define-public qtwebkit
|
||||||
(package
|
(package
|
||||||
(name "qtwebkit")
|
(name "qtwebkit")
|
||||||
(version "5.212.0-alpha3")
|
(version "5.212.0-alpha4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2381,12 +2381,12 @@ different kinds of sliders, and much more.")
|
||||||
"qtwebkit-" version "/qtwebkit-" version ".tar.xz"))
|
"qtwebkit-" version "/qtwebkit-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05syvwi3jw9abwsc93rmjkna0vyh6bkfrsqhwir48ms54icfwzim"))
|
"1rm9sjkabxna67dl7myx9d9vpdyfxfdhrk9w7b94srkkjbd2d8cw"))
|
||||||
(patches (search-patches "qtwebkit-pbutils-include.patch"))))
|
(patches (search-patches "qtwebkit-pbutils-include.patch"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl" ,perl)
|
`(("perl" ,perl)
|
||||||
("python" ,python-2.7)
|
("python" ,python)
|
||||||
("ruby" ,ruby)
|
("ruby" ,ruby)
|
||||||
("bison" ,bison)
|
("bison" ,bison)
|
||||||
("flex" ,flex)
|
("flex" ,flex)
|
||||||
|
|
Reference in a new issue