summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2018-07-31 17:45:01 +0300
committerEfraim Flashner <efraim@flashner.co.il>2018-07-31 17:46:01 +0300
commit52404022cf36db077c909bde9e739c9de5a662f9 (patch)
treed1895af8742d29b56c8e6dd695034f4eaa41aa71
parent601cb1be2bba7a058f93829964c3074ddbdb9293 (diff)
downloadguix-52404022cf36db077c909bde9e739c9de5a662f9.tar.gz
guix-52404022cf36db077c909bde9e739c9de5a662f9.tar.xz
gnu: python-pyqt: Add qtwebkit.
* gnu/packages/qt.scm (python-pyqt)[inputs]: Add qtwebkit.
-rw-r--r--gnu/packages/qt.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 7512a5139f..f6eb2831fd 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -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)))