repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #330634 from r-ryantm/auto-update/circumflex
[NixPkgs.git]
/
pkgs
/
desktops
/
plasma-5
/
kscreenlocker.nix
blob
b7510cb95bced705c38de151a88b62f1d956077c
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
18
}:
19
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" ];
40
}