php85Extensions.grpc: unbreak for PHP 8.5
grpc 1.80.0 supports PHP 8.5. Remove the broken flag.
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user