nixpkgs/pkgs/desktops/plasma-5/ksysguard.nix

17 lines
395 B
Nix
Raw Normal View History

2016-11-05 10:13:33 -07:00
{
mkDerivation,
extra-cmake-modules, kdoctools,
2016-11-05 10:13:33 -07:00
lm_sensors,
kconfig, kcoreaddons, kdelibs4support, ki18n, kiconthemes, kitemviews,
knewstuff, libksysguard
2016-04-21 09:01:22 -07:00
}:
mkDerivation {
2016-04-21 09:01:22 -07:00
name = "ksysguard";
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
2017-05-26 13:44:36 -07:00
buildInputs = [
2016-04-21 09:01:22 -07:00
kconfig kcoreaddons kitemviews knewstuff kiconthemes libksysguard
kdelibs4support ki18n lm_sensors
2016-04-21 09:01:22 -07:00
];
}