about summary refs log tree commit diff
path: root/nixpkgs/pkgs/kde/plasma/libksysguard/default.nix
blob: 9dae888737ab5a9e5211d96b5fda725b532b11e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  mkKdeDerivation,
  qtwebchannel,
  qtwebengine,
  qttools,
  libpcap,
  libnl,
  lm_sensors,
}:
mkKdeDerivation {
  pname = "libksysguard";

  extraBuildInputs = [qtwebchannel qtwebengine qttools libpcap libnl lm_sensors];
}