nixpkgs/pkgs/desktops/plasma-5/plasma-thunderbolt.nix

17 lines
229 B
Nix
Raw Permalink Normal View History

2020-11-09 15:11:55 +00:00
{ mkDerivation
, extra-cmake-modules
, kcmutils
, kcoreaddons
, bolt
}:
mkDerivation {
name = "plasma-thunderbolt";
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [
kcmutils
kcoreaddons
bolt
];
}