1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 22:20:51 +00:00
nixpkgs/pkgs/desktops/plasma-5/kscreenlocker.nix

19 lines
536 B
Nix
Raw Normal View History

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