php{81,82,83,84}Extensions.snmp: remove Darwin conditional (#353479)

This commit is contained in:
Emily 2024-11-03 20:16:30 +00:00 committed by GitHub
commit 511398843b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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