gnu: python-pyqt: Add qtwebkit.

* gnu/packages/qt.scm (python-pyqt)[inputs]: Add qtwebkit.
This commit is contained in:
Efraim Flashner 2018-07-31 17:45:01 +03:00
parent 601cb1be2b
commit 52404022cf
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1786,7 +1786,7 @@ (define-public python-pyqt
("qtsvg" ,qtsvg)
("qttools" ,qttools)
("qtwebchannel" ,qtwebchannel)
;("qtwebkit" ,qtwebkit)
("qtwebkit" ,qtwebkit)
("qtwebsockets" ,qtwebsockets)
("qtx11extras" ,qtx11extras)
("qtxmlpatterns" ,qtxmlpatterns)))