php{81,82,83,84}Extensions.snmp: remove Darwin conditional
This was accidentally inverted, but also it builds fine on Darwin now.
This commit is contained in:
parent
aee91665f3
commit
733c8cddba
@ -650,8 +650,6 @@ in {
|
||||
name = "snmp";
|
||||
buildInputs = [ net-snmp openssl ];
|
||||
configureFlags = [ "--with-snmp" ];
|
||||
# net-snmp doesn't build on darwin.
|
||||
meta.broken = (!stdenv.hostPlatform.isDarwin);
|
||||
doCheck = false;
|
||||
}
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user