about summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/plasma/ksysguard.nix
blob: dcde867dffaa28c09e4d035ad1f2e5fd08748641 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ plasmaPackage, ecm, kdoctools, kconfig
, kcoreaddons, kdelibs4support, ki18n, kitemviews, knewstuff
, kiconthemes, libksysguard, qtwebkit
}:

plasmaPackage {
  name = "ksysguard";
  nativeBuildInputs = [ ecm kdoctools ];
  propagatedBuildInputs = [
    kconfig kcoreaddons kitemviews knewstuff kiconthemes libksysguard
    kdelibs4support ki18n qtwebkit
  ];
}