nixpkgs/pkgs/desktops/plasma-5/kscreenlocker.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
537 B
Nix
Raw Normal View History

2016-08-04 17:13:53 +03:00
{
2020-12-05 22:35:37 +03:00
mkDerivation, lib,
extra-cmake-modules, kdoctools,
kcmutils, kcrash, kdeclarative, kglobalaccel, kidletime,
2020-12-05 22:35:37 +03:00
kwayland, libXcursor, pam, plasma-framework, qtbase, qtdeclarative, qtx11extras,
wayland, layer-shell-qt,
2016-04-21 19:01:22 +03:00
}:
mkDerivation {
2022-03-07 00:28:56 +03:00
pname = "kscreenlocker";
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
2017-05-26 23:44:36 +03:00
buildInputs = [
kcmutils kcrash kdeclarative kglobalaccel kidletime kwayland
libXcursor pam plasma-framework qtdeclarative qtx11extras wayland
layer-shell-qt
2016-04-21 19:01:22 +03:00
];
2017-05-26 23:44:36 +03:00
outputs = [ "out" "dev" ];
2016-04-21 19:01:22 +03:00
}