about summary refs log tree commit diff
path: root/pkgs/kde/gear/kcachegrind/default.nix
blob: 9023492d174029074c59c6e4b56772a02556e066 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  mkKdeDerivation,
  qttools,
}:
mkKdeDerivation {
  pname = "kcachegrind";

  extraNativeBuildInputs = [qttools];
}