about summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/kscreenlocker.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2021-05-11 15:38:28 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2021-05-12 05:43:03 -0500
commit8f5efe211531757a5ead8b0a1c79ed46e29700ab (patch)
treeff74971c9d2d9f85c7174293c78c8302e40f8d18 /pkgs/desktops/plasma-5/kscreenlocker.nix
parent9e59d5e671417a2ddea59f755d00b6416e4274c3 (diff)
kscreenlocker: remove kdelibs4support dependency
Diffstat (limited to 'pkgs/desktops/plasma-5/kscreenlocker.nix')
-rw-r--r--pkgs/desktops/plasma-5/kscreenlocker.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/plasma-5/kscreenlocker.nix b/pkgs/desktops/plasma-5/kscreenlocker.nix
index 2fc26216bf419..f9b8bb5cfc1db 100644
--- a/pkgs/desktops/plasma-5/kscreenlocker.nix
+++ b/pkgs/desktops/plasma-5/kscreenlocker.nix
@@ -1,7 +1,7 @@
 {
   mkDerivation, lib,
   extra-cmake-modules, kdoctools,
-  kcmutils, kcrash, kdeclarative, kdelibs4support, kglobalaccel, kidletime,
+  kcmutils, kcrash, kdeclarative, kglobalaccel, kidletime,
   kwayland, libXcursor, pam, plasma-framework, qtbase, qtdeclarative, qtx11extras,
   wayland,
 }:
@@ -10,7 +10,7 @@ mkDerivation {
   name = "kscreenlocker";
   nativeBuildInputs = [ extra-cmake-modules kdoctools ];
   buildInputs = [
-    kcmutils kcrash kdeclarative kdelibs4support kglobalaccel kidletime kwayland
+    kcmutils kcrash kdeclarative kglobalaccel kidletime kwayland
     libXcursor pam plasma-framework qtdeclarative qtx11extras wayland
   ];
   outputs = [ "out" "dev" ];