summary refs log tree commit diff
diff options
context:
space:
mode:
authorAstro <astro@spaceboyz.net>2021-08-16 21:52:03 +0200
committerAstro <astro@spaceboyz.net>2021-08-25 12:03:18 +0200
commita064c4d533f8490ab5ab99388e154ff3ce0be10b (patch)
tree12d462e143f51accf68071282a3c4db142818328
parentb102c5f715ff3e92552a3a26ef4840546b49a88e (diff)
downloadnixpkgs-a064c4d533f8490ab5ab99388e154ff3ce0be10b.tar
nixpkgs-a064c4d533f8490ab5ab99388e154ff3ce0be10b.tar.gz
nixpkgs-a064c4d533f8490ab5ab99388e154ff3ce0be10b.tar.bz2
nixpkgs-a064c4d533f8490ab5ab99388e154ff3ce0be10b.tar.lz
nixpkgs-a064c4d533f8490ab5ab99388e154ff3ce0be10b.tar.xz
nixpkgs-a064c4d533f8490ab5ab99388e154ff3ce0be10b.tar.zst
nixpkgs-a064c4d533f8490ab5ab99388e154ff3ce0be10b.zip
collectd: remove virt plugin dependencies that are no longer used
-rw-r--r--pkgs/tools/system/collectd/plugins.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/pkgs/tools/system/collectd/plugins.nix b/pkgs/tools/system/collectd/plugins.nix
index edda0e8fadf..ecafa587edd 100644
--- a/pkgs/tools/system/collectd/plugins.nix
+++ b/pkgs/tools/system/collectd/plugins.nix
@@ -292,11 +292,7 @@ let
     };
     virt = {
       buildInputs = [ libvirt libxml2 yajl ] ++
-        lib.optionals stdenv.isLinux [ lvm2 udev
-          # those might be no longer required when https://github.com/NixOS/nixpkgs/pull/51767
-          # is merged
-          libapparmor numactl libcap_ng
-        ];
+        lib.optionals stdenv.isLinux [ lvm2 udev ];
     };
     vmem = {};
     vserver = {};