about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/scudcloud
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2018-12-11 19:40:28 -0500
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2018-12-27 09:14:21 -0500
commit20d60c8238d407e1e175d06f533b5d99111b6891 (patch)
treede1642c3a7cff00ec6f3d093ad05fbc40e2ad418 /pkgs/applications/networking/instant-messengers/scudcloud
parent3c198294e7e7760197e5054256307317f6873faa (diff)
treewide: use pythonPackages.pyqt5_with_qtwebkit where QtWebKit is needed
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/scudcloud')
-rw-r--r--pkgs/applications/networking/instant-messengers/scudcloud/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/scudcloud/default.nix b/pkgs/applications/networking/instant-messengers/scudcloud/default.nix
index 441bc020868ec..54959383f08e2 100644
--- a/pkgs/applications/networking/instant-messengers/scudcloud/default.nix
+++ b/pkgs/applications/networking/instant-messengers/scudcloud/default.nix
@@ -9,7 +9,7 @@ in python3Packages.buildPythonPackage {
     sha256 = "e0d1cb72115d0fda17db92d28be51558ad8fe250972683fac3086dbe8d350d22";
   };
 
-  propagatedBuildInputs = with python3Packages; [ pyqt5 dbus-python jsmin ];
+  propagatedBuildInputs = with python3Packages; [ pyqt5_with_qtwebkit dbus-python jsmin ];
 
   meta = with stdenv.lib; {
     description = "Non-official desktop client for Slack";