collectd: remove virt plugin dependencies that are no longer used

This commit is contained in:
Astro 2021-08-16 21:52:03 +02:00
parent b102c5f715
commit a064c4d533

View File

@ -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 = {};