depot/third_party/nixpkgs/pkgs/kde/gear/kcachegrind/default.nix

10 lines
119 B
Nix
Raw Normal View History

{
mkKdeDerivation,
qttools,
}:
mkKdeDerivation {
pname = "kcachegrind";
extraNativeBuildInputs = [qttools];
}