summary refs log blame commit diff
path: root/pkgs/applications/kde/kcachegrind.nix
blob: 16fc6c5177743481dffcfaada452c87174b4dfe3 (plain) (tree)
1
2
3
4
5
6
7
 
                    
                                 

                                                  

  




                                                   
    
                                                        
                                                                           
 
{
  mkDerivation, lib,
  extra-cmake-modules, kdoctools,
  karchive, ki18n, kio, perl, python, php, qttools
  , kdbusaddons
}:

mkDerivation {
  name = "kcachegrind";
  meta = {
    license = with lib.licenses; [ gpl2 ];
    maintainers = with lib.maintainers; [ orivej ];
  };
  nativeBuildInputs = [ extra-cmake-modules kdoctools ];
  buildInputs = [ karchive ki18n kio perl python php qttools kdbusaddons ];
}