Commit 733c8cdd authored by Emily's avatar Emily
Browse files

php{81,82,83,84}Extensions.snmp: remove Darwin conditional

This was accidentally inverted, but also it builds fine on Darwin now.
parent aee91665
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;
        }
        {