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
biome: 1.9.2 -> 1.9.3
[NixPkgs.git]
/
pkgs
/
desktops
/
plasma-5
/
plasma-remotecontrollers.nix
blob
46f52a6635afe184d5028a4e82d7c165337b2189
1
{ mkDerivation
2
, extra-cmake-modules
3
, kconfig
4
, knotifications
5
, ki18n
6
, solid
7
, kcoreaddons
8
, kdeclarative
9
, kcmutils
10
, kpackage
11
, kscreenlocker
12
, kwindowsystem
13
, wayland
14
, wayland-scanner
15
, pkg-config
16
, libcec
17
, libcec_platform
18
, libevdev
19
, plasma-workspace
20
, plasma-wayland-protocols
21
}:
22
mkDerivation {
23
pname = "plasma-remotecontrollers";
24
nativeBuildInputs = [ extra-cmake-modules pkg-config wayland-scanner ];
25
buildInputs = [
26
kconfig
27
knotifications
28
ki18n
29
solid
30
kcoreaddons
31
kdeclarative
32
kcmutils
33
kpackage
34
kscreenlocker
35
kwindowsystem
36
wayland
37
libcec
38
libcec_platform
39
libevdev
40
plasma-workspace
41
plasma-wayland-protocols
42
];
43
}