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
silx: 2.1.1 -> 2.1.2 (#361612)
[NixPkgs.git]
/
pkgs
/
desktops
/
plasma-5
/
kscreenlocker.nix
blob
68bedb5e468028e4a33d638803c6545eff6156ce
1
{ mkDerivation
2
, extra-cmake-modules
3
, kdoctools
4
, wayland-scanner
5
, kcmutils
6
, kcrash
7
, kdeclarative
8
, kglobalaccel
9
, kidletime
10
, libkscreen
11
, kwayland
12
, libXcursor
13
, pam
14
, plasma-framework
15
, qtdeclarative
16
, qtx11extras
17
, wayland
18
, layer-shell-qt
19
}:
20
21
mkDerivation {
22
pname = "kscreenlocker";
23
nativeBuildInputs = [ extra-cmake-modules kdoctools wayland-scanner ];
24
buildInputs = [
25
kcmutils
26
kcrash
27
kdeclarative
28
kglobalaccel
29
kidletime
30
libkscreen
31
kwayland
32
libXcursor
33
pam
34
plasma-framework
35
qtdeclarative
36
qtx11extras
37
wayland
38
layer-shell-qt
39
];
40
outputs = [ "out" "dev" ];
41
}