libksysguard: add libnl dependency
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
This commit is contained in:
parent
b0fb5a4d99
commit
f24259a5e4
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
extra-cmake-modules,
|
||||
kauth, kcompletion, kconfig, kconfigwidgets, kcoreaddons, ki18n, kiconthemes,
|
||||
knewstuff, kservice, kwidgetsaddons, kwindowsystem, plasma-framework,
|
||||
qtbase, qtscript, qtwebengine, qtx11extras
|
||||
qtbase, qtscript, qtwebengine, qtx11extras, libnl
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
|
@ -15,7 +15,7 @@ mkDerivation {
|
|||
buildInputs = [
|
||||
kauth kconfig ki18n kiconthemes kwindowsystem kcompletion kconfigwidgets
|
||||
kcoreaddons kservice kwidgetsaddons plasma-framework qtscript qtx11extras
|
||||
qtwebengine knewstuff
|
||||
qtwebengine knewstuff libnl
|
||||
];
|
||||
outputs = [ "bin" "dev" "out" ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue