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

18 lines
501 B
Nix
Raw Normal View History

2016-08-04 07:13:53 -07:00
{
2020-12-05 11:35:37 -08:00
mkDerivation, lib,
extra-cmake-modules, kdoctools,
kcmutils, kcrash, kdeclarative, kglobalaccel, kidletime,
2020-12-05 11:35:37 -08:00
kwayland, libXcursor, pam, plasma-framework, qtbase, qtdeclarative, qtx11extras,
wayland,
2016-04-21 09:01:22 -07:00
}:
mkDerivation {
2016-04-21 09:01:22 -07:00
name = "kscreenlocker";
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
2017-05-26 13:44:36 -07:00
buildInputs = [
kcmutils kcrash kdeclarative kglobalaccel kidletime kwayland
libXcursor pam plasma-framework qtdeclarative qtx11extras wayland
2016-04-21 09:01:22 -07:00
];
2017-05-26 13:44:36 -07:00
outputs = [ "out" "dev" ];
2016-04-21 09:01:22 -07:00
}