summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-01-12 08:52:02 -0600
committerThomas Tuegel <ttuegel@gmail.com>2016-01-12 08:53:06 -0600
commitd5c070283b4add1a38822177be9f39cf94082aa7 (patch)
tree49d566630cf35add24198333263bd0d91ddc9b56 /pkgs/desktops
parentb1d6e6a38b57f5aba1019f99b5aab178e67c7e26 (diff)
downloadnixlib-d5c070283b4add1a38822177be9f39cf94082aa7.tar
nixlib-d5c070283b4add1a38822177be9f39cf94082aa7.tar.gz
nixlib-d5c070283b4add1a38822177be9f39cf94082aa7.tar.bz2
nixlib-d5c070283b4add1a38822177be9f39cf94082aa7.tar.lz
nixlib-d5c070283b4add1a38822177be9f39cf94082aa7.tar.xz
nixlib-d5c070283b4add1a38822177be9f39cf94082aa7.tar.zst
nixlib-d5c070283b4add1a38822177be9f39cf94082aa7.zip
kde5.kscreen: add missing runtime dependencies
Fixes #12331.
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/plasma-5.5/kscreen.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/desktops/plasma-5.5/kscreen.nix b/pkgs/desktops/plasma-5.5/kscreen.nix
index 113c2565d07e..2cfd0df2e1d3 100644
--- a/pkgs/desktops/plasma-5.5/kscreen.nix
+++ b/pkgs/desktops/plasma-5.5/kscreen.nix
@@ -1,6 +1,6 @@
 { plasmaPackage, extra-cmake-modules, kconfig, kconfigwidgets
 , kdbusaddons, kglobalaccel, ki18n, kwidgetsaddons, kxmlgui
-, libkscreen, makeQtWrapper, qtdeclarative
+, libkscreen, makeQtWrapper, qtdeclarative, qtgraphicaleffects
 }:
 
 plasmaPackage {
@@ -21,9 +21,12 @@ plasmaPackage {
     ki18n
     libkscreen
     qtdeclarative
+    qtgraphicaleffects
   ];
   propagatedUserEnvPkgs = [
     libkscreen  # D-Bus service
+    qtdeclarative  # QML import
+    qtgraphicaleffects  # QML import
   ];
   postInstall = ''
     wrapQtProgram "$out/bin/kscreen-console"