about summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/libksysguard
diff options
context:
space:
mode:
authorYaroslav Bolyukin <iam@lach.pw>2021-06-18 21:34:28 +0300
committerRaphael Megzari <raphael@megzari.com>2021-08-05 17:01:19 +0900
commitf24259a5e4e5dc47df6d29e93cab32fcb5bd8b09 (patch)
tree9beebdfaaf7a3d7b9c869246e4bb4673f6049859 /pkgs/desktops/plasma-5/libksysguard
parentb0fb5a4d99a953c9900f018405a4e08bf4d0dad7 (diff)
libksysguard: add libnl dependency
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
Diffstat (limited to 'pkgs/desktops/plasma-5/libksysguard')
-rw-r--r--pkgs/desktops/plasma-5/libksysguard/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/plasma-5/libksysguard/default.nix b/pkgs/desktops/plasma-5/libksysguard/default.nix
index e291bc5c4c40b..ee9237a318c19 100644
--- a/pkgs/desktops/plasma-5/libksysguard/default.nix
+++ b/pkgs/desktops/plasma-5/libksysguard/default.nix
@@ -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" ];
 }