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:
parent
10af6b4dbf
commit
9f0de9522f
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue