summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/plasma-5.6/kscreenlocker.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/kde-5/plasma-5.6/kscreenlocker.nix')
-rw-r--r--pkgs/desktops/kde-5/plasma-5.6/kscreenlocker.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/pkgs/desktops/kde-5/plasma-5.6/kscreenlocker.nix b/pkgs/desktops/kde-5/plasma-5.6/kscreenlocker.nix
new file mode 100644
index 00000000000..2cb3aac0f55
--- /dev/null
+++ b/pkgs/desktops/kde-5/plasma-5.6/kscreenlocker.nix
@@ -0,0 +1,16 @@
+{ plasmaPackage, extra-cmake-modules, kcmutils, kcrash, kdeclarative
+, kdelibs4support, kdoctools, kglobalaccel, kidletime, kwayland
+, libXcursor, pam, plasma-framework, qtdeclarative, wayland
+}:
+
+plasmaPackage {
+  name = "kscreenlocker";
+  nativeBuildInputs = [
+    extra-cmake-modules
+    kdoctools
+  ];
+  propagatedBuildInputs = [
+    kdeclarative plasma-framework qtdeclarative kcmutils kcrash kdelibs4support
+    kglobalaccel kidletime kwayland libXcursor pam wayland
+  ];
+}