Unverified Commit aff6c868 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

protobuf_27: fix build by pinning abseil to 202407 (#456013)

parents 2ff895cd 4e00e02c
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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;