Skip to content

Commit

Permalink
net-snmp: fix build by using older perl for now
Browse files Browse the repository at this point in the history
The single patch from upstream doesn't fix build by itself.
  • Loading branch information
vcunat committed Apr 24, 2017
1 parent 10af6b4 commit 9f0de95
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -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 { };

Expand Down

0 comments on commit 9f0de95

Please sign in to comment.