kscreenlocker: remove kdelibs4support dependency

This commit is contained in:
Thomas Tuegel 2021-05-11 15:38:28 -05:00
parent 9e59d5e671
commit 8f5efe2115
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -1,7 +1,7 @@
{ {
mkDerivation, lib, mkDerivation, lib,
extra-cmake-modules, kdoctools, extra-cmake-modules, kdoctools,
kcmutils, kcrash, kdeclarative, kdelibs4support, kglobalaccel, kidletime, kcmutils, kcrash, kdeclarative, kglobalaccel, kidletime,
kwayland, libXcursor, pam, plasma-framework, qtbase, qtdeclarative, qtx11extras, kwayland, libXcursor, pam, plasma-framework, qtbase, qtdeclarative, qtx11extras,
wayland, wayland,
}: }:
@ -10,7 +10,7 @@ mkDerivation {
name = "kscreenlocker"; name = "kscreenlocker";
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [ buildInputs = [
kcmutils kcrash kdeclarative kdelibs4support kglobalaccel kidletime kwayland kcmutils kcrash kdeclarative kglobalaccel kidletime kwayland
libXcursor pam plasma-framework qtdeclarative qtx11extras wayland libXcursor pam plasma-framework qtdeclarative qtx11extras wayland
]; ];
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];