summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2020-09-01 05:20:45 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2020-09-01 05:22:16 -0500
commitcb44493a5d90ad0c23aa48a312cd74d6b7a98b41 (patch)
treefa845d52cb20ccb78229c8b4355540681ac704c2 /pkgs
parent38fcee266e85c0d07a2bae3044f92bb85228975e (diff)
downloadnixpkgs-cb44493a5d90ad0c23aa48a312cd74d6b7a98b41.tar
nixpkgs-cb44493a5d90ad0c23aa48a312cd74d6b7a98b41.tar.gz
nixpkgs-cb44493a5d90ad0c23aa48a312cd74d6b7a98b41.tar.bz2
nixpkgs-cb44493a5d90ad0c23aa48a312cd74d6b7a98b41.tar.lz
nixpkgs-cb44493a5d90ad0c23aa48a312cd74d6b7a98b41.tar.xz
nixpkgs-cb44493a5d90ad0c23aa48a312cd74d6b7a98b41.tar.zst
nixpkgs-cb44493a5d90ad0c23aa48a312cd74d6b7a98b41.zip
ksysguard: add libcap and libpcap inputs
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/desktops/plasma-5/ksysguard.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/plasma-5/ksysguard.nix b/pkgs/desktops/plasma-5/ksysguard.nix
index 01e740f74c4..72793fdf083 100644
--- a/pkgs/desktops/plasma-5/ksysguard.nix
+++ b/pkgs/desktops/plasma-5/ksysguard.nix
@@ -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
   ];
 }