summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/kscreenlocker.nix
blob: b37bbc6c8456eb235b932e869e33d48ace768c68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  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" ];
}