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
forgejo-lts: 7.0.10 -> 7.0.11
[NixPkgs.git]
/
pkgs
/
desktops
/
plasma-5
/
plasma-sdk.nix
blob
88a1968d9d63feaed3cc8f16aebe8a8ec971d56f
1
{ mkDerivation
2
, extra-cmake-modules
3
, karchive
4
, kcompletion
5
, kconfig
6
, kconfigwidgets
7
, kcoreaddons
8
, kdbusaddons
9
, kdeclarative
10
, ki18n
11
, kiconthemes
12
, kio
13
, kitemmodels
14
, plasma-framework
15
, kservice
16
, ktexteditor
17
, kwidgetsaddons
18
, kdoctools
19
}:
20
21
mkDerivation {
22
pname = "plasma-sdk";
23
24
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
25
buildInputs = [
26
karchive
27
kcompletion
28
kconfig
29
kconfigwidgets
30
kcoreaddons
31
kdbusaddons
32
kdeclarative
33
ki18n
34
kiconthemes
35
kio
36
kitemmodels
37
plasma-framework
38
kservice
39
ktexteditor
40
kwidgetsaddons
41
];
42
}