summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/ksysguard.nix
blob: 366b154cae7065e1b4a8860a2c5bdc0ee8a66d61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  plasmaPackage,
  extra-cmake-modules, kdoctools,
  lm_sensors,
  kconfig, kcoreaddons, kdelibs4support, ki18n, kiconthemes, kitemviews,
  knewstuff, libksysguard, qtwebkit
}:

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