python3Packages.protobuf4: pin to protobuf_25

25 is the last version that claims compatibility with protobuf4.
I've removed the comment, as it doesn't seem that later versions will
ever be supported.
This commit is contained in:
Alyssa Ross
2024-09-21 22:38:22 +02:00
parent 64efdfcc37
commit 600ce2f45f
2 changed files with 1 additions and 3 deletions
@@ -124,8 +124,6 @@ buildPythonPackage {
homepage = "https://developers.google.com/protocol-buffers/";
license = licenses.bsd3;
maintainers = with maintainers; [ knedlsepp ];
# Tests are currently failing because backend is unavailable and causes tests to fail
# Progress tracked in https://github.com/NixOS/nixpkgs/pull/264902
broken = lib.versionAtLeast protobuf.version "26";
};
}
+1 -1
View File
@@ -10623,7 +10623,7 @@ self: super: with self; {
# Protobuf 4.x
protobuf4 = callPackage ../development/python-modules/protobuf/4.nix {
protobuf = pkgs.protobuf;
protobuf = pkgs.protobuf_25;
};
# Protobuf 5.x