Merge pull request #330634 from r-ryantm/auto-update/circumflex
[NixPkgs.git] / pkgs / desktops / plasma-5 / kscreenlocker.nix
blobb7510cb95bced705c38de151a88b62f1d956077c
1 { mkDerivation
2 , extra-cmake-modules
3 , kdoctools
4 , kcmutils
5 , kcrash
6 , kdeclarative
7 , kglobalaccel
8 , kidletime
9 , libkscreen
10 , kwayland
11 , libXcursor
12 , pam
13 , plasma-framework
14 , qtdeclarative
15 , qtx11extras
16 , wayland
17 , layer-shell-qt
20 mkDerivation {
21   pname = "kscreenlocker";
22   nativeBuildInputs = [ extra-cmake-modules kdoctools ];
23   buildInputs = [
24     kcmutils
25     kcrash
26     kdeclarative
27     kglobalaccel
28     kidletime
29     libkscreen
30     kwayland
31     libXcursor
32     pam
33     plasma-framework
34     qtdeclarative
35     qtx11extras
36     wayland
37     layer-shell-qt
38   ];
39   outputs = [ "out" "dev" ];