mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 21:14:52 +00:00
ksysguard: add libcap and libpcap inputs
This commit is contained in:
parent
38fcee266e
commit
cb44493a5d
@ -1,7 +1,7 @@
|
||||
{
|
||||
mkDerivation,
|
||||
extra-cmake-modules, kdoctools,
|
||||
lm_sensors,
|
||||
libcap, libpcap, lm_sensors,
|
||||
kconfig, kcoreaddons, kdelibs4support, ki18n, kiconthemes, kitemviews,
|
||||
knewstuff, libksysguard
|
||||
}:
|
||||
@ -11,6 +11,6 @@ mkDerivation {
|
||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||
buildInputs = [
|
||||
kconfig kcoreaddons kitemviews knewstuff kiconthemes libksysguard
|
||||
kdelibs4support ki18n lm_sensors
|
||||
kdelibs4support ki18n libcap libpcap lm_sensors
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user