net_snmp: build with default perl (#47373)

This commit is contained in:
volth 2018-09-26 06:51:22 +00:00 committed by xeji
parent a0248a0b68
commit 92a9c5ac7d

View file

@ -13377,11 +13377,7 @@ with pkgs;
check-esxi-hardware = callPackage ../servers/monitoring/plugins/esxi.nix {};
net_snmp = callPackage ../servers/monitoring/net-snmp {
# https://sourceforge.net/p/net-snmp/bugs/2712/
# remove after net-snmp > 5.7.3
perl = perl522;
};
net_snmp = callPackage ../servers/monitoring/net-snmp { };
newrelic-sysmond = callPackage ../servers/monitoring/newrelic-sysmond { };