1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-25 02:21:49 +02:00

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
+1 -1
View File
@@ -1786,7 +1786,7 @@ module provides support functions to the automatically generated code.")
("qtsvg" ,qtsvg)
("qttools" ,qttools)
("qtwebchannel" ,qtwebchannel)
;("qtwebkit" ,qtwebkit)
("qtwebkit" ,qtwebkit)
("qtwebsockets" ,qtwebsockets)
("qtx11extras" ,qtx11extras)
("qtxmlpatterns" ,qtxmlpatterns)))