ksysguard: add netfilter, libnl dependencies
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
This commit is contained in:
parent
dc3fa33f47
commit
46804ad8ef
1 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,8 @@
|
|||
extra-cmake-modules, kdoctools,
|
||||
libcap, libpcap, lm_sensors,
|
||||
kconfig, kcoreaddons, kdelibs4support, ki18n, kiconthemes, kitemviews,
|
||||
knewstuff, libksysguard, qtbase
|
||||
knewstuff, libksysguard, qtbase,
|
||||
networkmanager-qt, libnl
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
|
@ -12,6 +13,6 @@ mkDerivation {
|
|||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||
buildInputs = [
|
||||
kconfig kcoreaddons kitemviews knewstuff kiconthemes libksysguard
|
||||
kdelibs4support ki18n libcap libpcap lm_sensors
|
||||
kdelibs4support ki18n libcap libpcap lm_sensors networkmanager-qt libnl
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue