summary refs log blame commit diff
path: root/pkgs/desktops/plasma-5/ksysguard.nix
blob: 01e740f74c4bc397130a1d8f300e3c1dadf1177c (plain) (tree)
1
2
3
4
5
6
7
8
9
 
               
                                 

                                                                        
                         

  
              
                     
                                                        
                 
                                                                     
                                    
    
 
{
  mkDerivation,
  extra-cmake-modules, kdoctools,
  lm_sensors,
  kconfig, kcoreaddons, kdelibs4support, ki18n, kiconthemes, kitemviews,
  knewstuff, libksysguard
}:

mkDerivation {
  name = "ksysguard";
  nativeBuildInputs = [ extra-cmake-modules kdoctools ];
  buildInputs = [
    kconfig kcoreaddons kitemviews knewstuff kiconthemes libksysguard
    kdelibs4support ki18n lm_sensors
  ];
}