1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 23:20:55 +00:00

net-snmp: fix build by using older perl for now

The single patch from upstream doesn't fix build by itself.
This commit is contained in:
Vladimír Čunát 2017-04-24 18:01:12 +02:00
parent 10af6b4dbf
commit 9f0de9522f
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -10948,7 +10948,11 @@ with pkgs;
neo4j = callPackage ../servers/nosql/neo4j { };
net_snmp = callPackage ../servers/monitoring/net-snmp { };
net_snmp = callPackage ../servers/monitoring/net-snmp {
# https://sourceforge.net/p/net-snmp/bugs/2712/
# remove after net-snmp > 5.7.3
perl = perl522;
};
newrelic-sysmond = callPackage ../servers/monitoring/newrelic-sysmond { };