anvil-editor: init at 0.4
[NixPkgs.git] / pkgs / desktops / plasma-5 / plasma-thunderbolt.nix
blobc35f1bf097017ba48fff818f1cb8dfba60206c3b
1 { mkDerivation
2 , extra-cmake-modules
3 , kcmutils
4 , kcoreaddons
5 , bolt
6 }:
8 mkDerivation {
9   pname = "plasma-thunderbolt";
10   nativeBuildInputs = [ extra-cmake-modules ];
11   buildInputs = [
12     kcmutils
13     kcoreaddons
14     bolt
15   ];