python311Packages.protobuf: mark as broken for protobuf >= 25

+3
+3
pkgs/development/python-modules/protobuf/default.nix
··· 115 115 homepage = "https://developers.google.com/protocol-buffers/"; 116 116 license = licenses.bsd3; 117 117 maintainers = with maintainers; [ knedlsepp ]; 118 + # Tests are currently failing because backend is unavailable and causes tests to fail 119 + # Progress tracked in https://github.com/NixOS/nixpkgs/pull/264902 120 + broken = lib.versionAtLeast protobuf.version "25"; 118 121 }; 119 122 }