collectd: remove virt plugin dependencies that are no longer used
This commit is contained in:
parent
b102c5f715
commit
a064c4d533
1 changed files with 1 additions and 5 deletions
|
@ -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 = {};
|
||||
|
|
Loading…
Reference in a new issue