From a064c4d533f8490ab5ab99388e154ff3ce0be10b Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 16 Aug 2021 21:52:03 +0200 Subject: [PATCH] collectd: remove virt plugin dependencies that are no longer used --- pkgs/tools/system/collectd/plugins.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pkgs/tools/system/collectd/plugins.nix b/pkgs/tools/system/collectd/plugins.nix index edda0e8fadfb..ecafa587eddc 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 = {};