protobuf_27: fix build by pinning abseil to 202407 (#456013)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user