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
anvil-editor: init at 0.4
[NixPkgs.git]
/
pkgs
/
desktops
/
plasma-5
/
powerdevil.nix
blob
d60f9701dee6fa7c15560e8a12c3c0d37f600c6b
1
{ mkDerivation
2
, extra-cmake-modules
3
, kdoctools
4
, bluez-qt
5
, kactivities
6
, kauth
7
, kconfig
8
, kdbusaddons
9
, kglobalaccel
10
, ki18n
11
, kidletime
12
, kio
13
, knotifyconfig
14
, kwayland
15
, libkscreen
16
, networkmanager-qt
17
, plasma-workspace
18
, qtx11extras
19
, solid
20
, udev
21
}:
22
23
mkDerivation {
24
pname = "powerdevil";
25
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
26
buildInputs = [
27
kconfig
28
kdbusaddons
29
knotifyconfig
30
solid
31
udev
32
bluez-qt
33
kactivities
34
kauth
35
kglobalaccel
36
ki18n
37
kio
38
kidletime
39
kwayland
40
libkscreen
41
networkmanager-qt
42
plasma-workspace
43
qtx11extras
44
];
45
}