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
turnon: 1.6.1 -> 1.6.2 (#364647)
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
kde-frameworks
/
kcmutils.nix
blob
a41aa450cf464ecc989c95a315a3335de4ed82ef
1
{
2
mkDerivation,
3
extra-cmake-modules,
4
kconfigwidgets,
5
kcoreaddons,
6
kdeclarative,
7
ki18n,
8
kiconthemes,
9
kitemviews,
10
kpackage,
11
kservice,
12
kxmlgui,
13
qtdeclarative,
14
}:
15
16
mkDerivation {
17
pname = "kcmutils";
18
nativeBuildInputs = [ extra-cmake-modules ];
19
buildInputs = [
20
kcoreaddons
21
kdeclarative
22
ki18n
23
kiconthemes
24
kitemviews
25
kpackage
26
kxmlgui
27
qtdeclarative
28
];
29
propagatedBuildInputs = [
30
kconfigwidgets
31
kservice
32
];
33
}