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:
Emily 2024-11-03 19:44:52 +00:00
parent aee91665f3
commit 733c8cddba

View File

@ -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;
}
{