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






                                                            
       


                 
                           
                                                                     
                         
    



                                       
{ plasmaPackage, ecm, kdoctools, kconfig
, kcoreaddons, kdelibs4support, ki18n, kitemviews, knewstuff
, kiconthemes, libksysguard, makeQtWrapper
}:

plasmaPackage {
  name = "ksysguard";
  nativeBuildInputs = [
    ecm
    kdoctools
    makeQtWrapper
  ];
  propagatedBuildInputs = [
    kconfig kcoreaddons kitemviews knewstuff kiconthemes libksysguard
    kdelibs4support ki18n
  ];
  postInstall = ''
    wrapQtProgram "$out/bin/ksysguardd"
  '';
}