depot/third_party/nixpkgs/pkgs/kde/plasma/libksysguard/default.nix

22 lines
257 B
Nix
Raw Normal View History

{
mkKdeDerivation,
qtwebchannel,
qtwebengine,
qttools,
libpcap,
libnl,
lm_sensors,
}:
mkKdeDerivation {
pname = "libksysguard";
extraBuildInputs = [
qtwebchannel
qtwebengine
qttools
libpcap
libnl
lm_sensors
];
}