php85Extensions.grpc: unbreak for PHP 8.5

grpc 1.80.0 supports PHP 8.5. Remove the broken flag.
This commit is contained in:
Laurent Arnoud
2026-04-28 07:17:51 +00:00
parent ddb1dc19bb
commit 0c4e77908e
@@ -27,6 +27,5 @@ buildPecl {
homepage = "https://github.com/grpc/grpc/tree/master/src/php/ext/grpc";
license = lib.licenses.asl20;
teams = [ lib.teams.php ];
broken = lib.versionAtLeast php.version "8.5";
};
}