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
1 changed files with 1 additions and 1 deletions

View File

@ -1786,7 +1786,7 @@ module provides support functions to the automatically generated code.")
("qtsvg" ,qtsvg) ("qtsvg" ,qtsvg)
("qttools" ,qttools) ("qttools" ,qttools)
("qtwebchannel" ,qtwebchannel) ("qtwebchannel" ,qtwebchannel)
;("qtwebkit" ,qtwebkit) ("qtwebkit" ,qtwebkit)
("qtwebsockets" ,qtwebsockets) ("qtwebsockets" ,qtwebsockets)
("qtx11extras" ,qtx11extras) ("qtx11extras" ,qtx11extras)
("qtxmlpatterns" ,qtxmlpatterns))) ("qtxmlpatterns" ,qtxmlpatterns)))