about summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/kscreen.nix
diff options
context:
space:
mode:
authorBastian Köcher <git@kchr.de>2018-05-21 22:59:37 +0200
committerBastian Köcher <git@kchr.de>2018-06-12 14:30:48 +0200
commit79f6c575581f95a70ec181a344e32fb8251923be (patch)
treed2e35a06c1e236e357bb53aebf324027f8452d81 /pkgs/desktops/plasma-5/kscreen.nix
parentdbdad4b44ba9866223a402d3df5969519d2366ab (diff)
plasma5: 5.12 -> 5.13
Diffstat (limited to 'pkgs/desktops/plasma-5/kscreen.nix')
-rw-r--r--pkgs/desktops/plasma-5/kscreen.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/desktops/plasma-5/kscreen.nix b/pkgs/desktops/plasma-5/kscreen.nix
index 7fdaedbb78d70..422bb95c6059a 100644
--- a/pkgs/desktops/plasma-5/kscreen.nix
+++ b/pkgs/desktops/plasma-5/kscreen.nix
@@ -2,7 +2,8 @@
   mkDerivation,
   extra-cmake-modules,
   kconfig, kconfigwidgets, kdbusaddons, kglobalaccel, ki18n, kwidgetsaddons,
-  kxmlgui, libkscreen, qtdeclarative, qtgraphicaleffects
+  kxmlgui, libkscreen, qtdeclarative, qtgraphicaleffects, kwindowsystem, 
+  kdeclarative, plasma-framework
 }:
 
 mkDerivation {
@@ -10,6 +11,7 @@ mkDerivation {
   nativeBuildInputs = [ extra-cmake-modules ];
   buildInputs = [
     kconfig kconfigwidgets kdbusaddons kglobalaccel ki18n kwidgetsaddons kxmlgui
-    libkscreen qtdeclarative qtgraphicaleffects
+    libkscreen qtdeclarative qtgraphicaleffects kwindowsystem kdeclarative
+    plasma-framework
   ];
 }