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