summary refs log tree commit diff
path: root/pkgs/applications/kde-apps-15.04
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-06-24 17:27:36 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-06-25 09:03:42 -0500
commit6c1d645bd0f0ea37995a2e2d8e8202cf0f434348 (patch)
tree17a2795f96c5f120872843352e58852c47295d50 /pkgs/applications/kde-apps-15.04
parent09a53440f172d911e93f4537cf0a89f595c7c8a8 (diff)
downloadnixlib-6c1d645bd0f0ea37995a2e2d8e8202cf0f434348.tar
nixlib-6c1d645bd0f0ea37995a2e2d8e8202cf0f434348.tar.gz
nixlib-6c1d645bd0f0ea37995a2e2d8e8202cf0f434348.tar.bz2
nixlib-6c1d645bd0f0ea37995a2e2d8e8202cf0f434348.tar.lz
nixlib-6c1d645bd0f0ea37995a2e2d8e8202cf0f434348.tar.xz
nixlib-6c1d645bd0f0ea37995a2e2d8e8202cf0f434348.tar.zst
nixlib-6c1d645bd0f0ea37995a2e2d8e8202cf0f434348.zip
kde5: propagate plugin and QML dependencies
Diffstat (limited to 'pkgs/applications/kde-apps-15.04')
-rw-r--r--pkgs/applications/kde-apps-15.04/default.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgs/applications/kde-apps-15.04/default.nix b/pkgs/applications/kde-apps-15.04/default.nix
index 7910046d774e..5c36b735338e 100644
--- a/pkgs/applications/kde-apps-15.04/default.nix
+++ b/pkgs/applications/kde-apps-15.04/default.nix
@@ -112,6 +112,16 @@ let
           "pythoninterp"
         ];
         user = [
+          "qt5"
+          "qt5core"
+          "qt5dbus"
+          "qt5gui"
+          "qt5qml"
+          "qt5quick"
+          "qt5svg"
+          "qt5webkitwidgets"
+          "qt5widgets"
+          "qt5x11extras"
           "shareddesktopontologies"
           "sharedmimeinfo"
         ];