at 24.05-pre 23 lines 505 B view raw
1{ buildPecl 2, zlib 3, lib 4}: 5 6buildPecl { 7 pname = "grpc"; 8 version = "1.56.0"; 9 10 sha256 = "sha256-uzxYMUzExMBDtwv3FipOuuUHg0v1wqAUtn69jXAQnf4="; 11 12 doCheck = true; 13 checkTarget = "test"; 14 15 nativeBuildInputs = [ zlib ]; 16 17 meta = { 18 description = "A high performance, open source, general RPC framework that puts mobile and HTTP/2 first."; 19 homepage = "https://github.com/grpc/grpc/tree/master/src/php/ext/grpc"; 20 license = lib.licenses.asl20; 21 maintainers = lib.teams.php.members; 22 }; 23}