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
/
plasma-thunderbolt.nix
blob
c35f1bf097017ba48fff818f1cb8dfba60206c3b
1
{ mkDerivation
2
, extra-cmake-modules
3
, kcmutils
4
, kcoreaddons
5
, bolt
6
}:
7
8
mkDerivation {
9
pname = "plasma-thunderbolt";
10
nativeBuildInputs = [ extra-cmake-modules ];
11
buildInputs = [
12
kcmutils
13
kcoreaddons
14
bolt
15
];
16
}