kscreenlocker: remove kdelibs4support dependency
This commit is contained in:
parent
9e59d5e671
commit
8f5efe2115
@ -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" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user