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-09-27 22:53:17 +0300
committerYaroslav Bolyukin <iam@lach.pw>2021-10-22 23:22:16 +0300
commit930b7f8e67753c3862b722619d51551ce2e9d356 (patch)
treef1dd82572ebd2311cbfab969bcb69d6543719018 /pkgs/desktops/plasma-5/libksysguard
parent0dade18f6bf1db2df4ce3ffb7b2ce40f1270f6af (diff)
libksysguard: add missing dependencies
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 ee9237a318c19..19bbc6390c98b 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, libnl
+  qtbase, qtscript, qtwebengine, qtx11extras, libnl, libpcap, qtsensors, lm_sensors,
 }:
 
 mkDerivation {
@@ -15,7 +15,7 @@ mkDerivation {
   buildInputs = [
     kauth kconfig ki18n kiconthemes kwindowsystem kcompletion kconfigwidgets
     kcoreaddons kservice kwidgetsaddons plasma-framework qtscript qtx11extras
-    qtwebengine knewstuff libnl
+    qtwebengine knewstuff libnl libpcap qtsensors lm_sensors
   ];
   outputs = [ "bin" "dev" "out" ];
 }