summary refs log tree commit diff
path: root/pkgs/applications/office/mendeley
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-01-03 14:27:09 -0600
committerWill Dietz <w@wdtz.org>2018-01-04 14:48:06 -0600
commit039b9ab8b97dfd2b9303a6a4493b5001cbe6d146 (patch)
treefc880b12ae2def0339653ad90c817579646188af /pkgs/applications/office/mendeley
parentf07d90d5c5f62955828a8bf0e40fa1e27e3b4056 (diff)
downloadnixlib-039b9ab8b97dfd2b9303a6a4493b5001cbe6d146.tar
nixlib-039b9ab8b97dfd2b9303a6a4493b5001cbe6d146.tar.gz
nixlib-039b9ab8b97dfd2b9303a6a4493b5001cbe6d146.tar.bz2
nixlib-039b9ab8b97dfd2b9303a6a4493b5001cbe6d146.tar.lz
nixlib-039b9ab8b97dfd2b9303a6a4493b5001cbe6d146.tar.xz
nixlib-039b9ab8b97dfd2b9303a6a4493b5001cbe6d146.tar.zst
nixlib-039b9ab8b97dfd2b9303a6a4493b5001cbe6d146.zip
mendeley: Use libsForQt56.callPackage, NFCI
Diffstat (limited to 'pkgs/applications/office/mendeley')
-rw-r--r--pkgs/applications/office/mendeley/default.nix22
1 files changed, 14 insertions, 8 deletions
diff --git a/pkgs/applications/office/mendeley/default.nix b/pkgs/applications/office/mendeley/default.nix
index 12ad8431cac3..c2b6dc710ba2 100644
--- a/pkgs/applications/office/mendeley/default.nix
+++ b/pkgs/applications/office/mendeley/default.nix
@@ -15,7 +15,13 @@
 , orc
 , nss
 , nspr
-, qt5
+, qtbase
+, qtsvg
+, qtdeclarative
+, qtwebchannel
+, qtquickcontrols
+, qtwebkit
+, qtwebengine
 , sqlite
 , xorg
 , xlibs
@@ -47,13 +53,13 @@ let
     else "11z65mj1a2rw6cwfarl8r1vzpcz4ww5mgvd5fyv31l60mbmnqkap";
 
   deps = [
-    qt5.qtbase
-    qt5.qtsvg
-    qt5.qtdeclarative
-    qt5.qtwebchannel
-    qt5.qtquickcontrols
-    qt5.qtwebkit
-    qt5.qtwebengine
+    qtbase
+    qtsvg
+    qtdeclarative
+    qtwebchannel
+    qtquickcontrols
+    qtwebkit
+    qtwebengine
     alsaLib
     dbus
     freetype