depot/third_party/nixpkgs/pkgs/desktops/plasma-5/kscreenlocker.nix
Default email c594a97518 Project import generated by Copybara.
GitOrigin-RevId: 301aada7a64812853f2e2634a530ef5d34505048
2022-10-21 20:38:19 +02:00

40 lines
583 B
Nix

{ mkDerivation
, lib
, extra-cmake-modules
, kdoctools
, kcmutils
, kcrash
, kdeclarative
, kglobalaccel
, kidletime
, kwayland
, libXcursor
, pam
, plasma-framework
, qtbase
, qtdeclarative
, qtx11extras
, wayland
, layer-shell-qt
}:
mkDerivation {
pname = "kscreenlocker";
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [
kcmutils
kcrash
kdeclarative
kglobalaccel
kidletime
kwayland
libXcursor
pam
plasma-framework
qtdeclarative
qtx11extras
wayland
layer-shell-qt
];
outputs = [ "out" "dev" ];
}