protobuf_27: fix build by pinning abseil to 202407

This commit is contained in:
Rafael Ieda
2025-10-26 19:06:09 -03:00
parent 5015b62b31
commit 4e00e02cb8
+4 -1
View File
@@ -8342,7 +8342,10 @@ with pkgs;
# More recent versions of abseil seem to be missing absl::if_constexpr
abseil-cpp = abseil-cpp_202407;
};
protobuf_27 = callPackage ../development/libraries/protobuf/27.nix { };
protobuf_27 = callPackage ../development/libraries/protobuf/27.nix {
# More recent versions of abseil seem to be missing absl::if_constexpr
abseil-cpp = abseil-cpp_202407;
};
protobuf_25 = callPackage ../development/libraries/protobuf/25.nix { };
protobuf_21 = callPackage ../development/libraries/protobuf/21.nix {
abseil-cpp = abseil-cpp_202103;