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
/
kscreen.nix
blob
ca5ad59072f06e3155026592943c9c3fe319080a
1
{ mkDerivation
2
, extra-cmake-modules
3
, kconfig
4
, kcmutils
5
, kconfigwidgets
6
, kdbusaddons
7
, kglobalaccel
8
, ki18n
9
, kwidgetsaddons
10
, kxmlgui
11
, libkscreen
12
, qtdeclarative
13
, qtgraphicaleffects
14
, qtsensors
15
, kwindowsystem
16
, kdeclarative
17
, plasma-framework
18
, qtx11extras
19
, layer-shell-qt
20
}:
21
22
mkDerivation {
23
pname = "kscreen";
24
nativeBuildInputs = [ extra-cmake-modules ];
25
buildInputs = [
26
kconfig
27
kcmutils
28
kconfigwidgets
29
kdbusaddons
30
kglobalaccel
31
ki18n
32
kwidgetsaddons
33
kxmlgui
34
libkscreen
35
qtdeclarative
36
qtgraphicaleffects
37
qtsensors
38
kwindowsystem
39
kdeclarative
40
plasma-framework
41
qtx11extras
42
layer-shell-qt
43
];
44
}