ce77225e21
This is the thing you want to look at.
14 lines
229 B
Nix
14 lines
229 B
Nix
{
|
|
mkKdeDerivation,
|
|
qtwebchannel,
|
|
qtwebengine,
|
|
qttools,
|
|
libpcap,
|
|
libnl,
|
|
lm_sensors,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "libksysguard";
|
|
|
|
extraBuildInputs = [qtwebchannel qtwebengine qttools libpcap libnl lm_sensors];
|
|
}
|