2022-10-21 18:38:19 +00:00
|
|
|
{ mkDerivation
|
|
|
|
, extra-cmake-modules
|
|
|
|
, kdoctools
|
|
|
|
, kcmutils
|
|
|
|
, kcrash
|
|
|
|
, kdeclarative
|
|
|
|
, kglobalaccel
|
|
|
|
, kidletime
|
2023-02-16 17:41:37 +00:00
|
|
|
, libkscreen
|
2022-10-21 18:38:19 +00:00
|
|
|
, kwayland
|
|
|
|
, libXcursor
|
|
|
|
, pam
|
|
|
|
, plasma-framework
|
|
|
|
, qtdeclarative
|
|
|
|
, qtx11extras
|
|
|
|
, wayland
|
|
|
|
, layer-shell-qt
|
2020-04-24 23:36:52 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
mkDerivation {
|
2022-03-10 19:12:11 +00:00
|
|
|
pname = "kscreenlocker";
|
2020-04-24 23:36:52 +00:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
|
|
|
buildInputs = [
|
2022-10-21 18:38:19 +00:00
|
|
|
kcmutils
|
|
|
|
kcrash
|
|
|
|
kdeclarative
|
|
|
|
kglobalaccel
|
|
|
|
kidletime
|
2023-02-16 17:41:37 +00:00
|
|
|
libkscreen
|
2022-10-21 18:38:19 +00:00
|
|
|
kwayland
|
|
|
|
libXcursor
|
|
|
|
pam
|
|
|
|
plasma-framework
|
|
|
|
qtdeclarative
|
|
|
|
qtx11extras
|
|
|
|
wayland
|
2021-08-05 21:33:18 +00:00
|
|
|
layer-shell-qt
|
2020-04-24 23:36:52 +00:00
|
|
|
];
|
|
|
|
outputs = [ "out" "dev" ];
|
|
|
|
}
|