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

18 lines
521 B
Nix
Raw Normal View History

2016-08-04 17:13:53 +03:00
{
mkDerivation,
extra-cmake-modules, kdoctools,
2016-08-04 17:13:53 +03:00
kcmutils, kcrash, kdeclarative, kdelibs4support, kglobalaccel, kidletime,
kwayland, libXcursor, pam, plasma-framework, qtdeclarative, qtx11extras,
wayland,
2016-04-21 19:01:22 +03:00
}:
mkDerivation {
2016-04-21 19:01:22 +03:00
name = "kscreenlocker";
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
2017-05-26 23:44:36 +03:00
buildInputs = [
2016-08-04 17:13:53 +03:00
kcmutils kcrash kdeclarative kdelibs4support kglobalaccel kidletime kwayland
libXcursor pam plasma-framework qtdeclarative qtx11extras wayland
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
}