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

15 lines
229 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];
}