Skip to content

Commit 9f0de95

Browse files
committedApr 24, 2017
net-snmp: fix build by using older perl for now
The single patch from upstream doesn't fix build by itself.
1 parent 10af6b4 commit 9f0de95

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎pkgs/top-level/all-packages.nix

+5-1
Original file line numberDiff line numberDiff line change
@@ -10948,7 +10948,11 @@ with pkgs;
1094810948

1094910949
neo4j = callPackage ../servers/nosql/neo4j { };
1095010950

10951-
net_snmp = callPackage ../servers/monitoring/net-snmp { };
10951+
net_snmp = callPackage ../servers/monitoring/net-snmp {
10952+
# https://sourceforge.net/p/net-snmp/bugs/2712/
10953+
# remove after net-snmp > 5.7.3
10954+
perl = perl522;
10955+
};
1095210956

1095310957
newrelic-sysmond = callPackage ../servers/monitoring/newrelic-sysmond { };
1095410958

0 commit comments

Comments
 (0)
Please sign in to comment.