Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{
mkDerivation,
extra-cmake-modules,
kcmutils,
kcoreaddons,
bolt,
}:
mkDerivation {
pname = "plasma-thunderbolt";
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [
kcmutils
kcoreaddons
bolt
];
}