Commit 05304f5b authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

or-tools: unpin protobuf and abseil

parent 68ae051c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ stdenv.mkDerivation (finalAttrs: {
    abseil-cpp
    highs
    protobuf
    (python3.pkgs.protobuf.override { protobuf = protobuf; })
    python3.pkgs.protobuf
    python3.pkgs.immutabledict
    python3.pkgs.numpy
    python3.pkgs.pandas
+0 −7
Original line number Diff line number Diff line
@@ -18155,13 +18155,6 @@ with pkgs;
    nodejs = nodejs_20;
  };
  or-tools = callPackage ../by-name/or/or-tools/package.nix {
    protobuf = protobuf_29.override {
      abseil-cpp = abseil-cpp_202407;
    };
    abseil-cpp = abseil-cpp_202407;
  };
  p4est-sc = callPackage ../development/libraries/science/math/p4est-sc {
    p4est-sc-debugEnable = false;
  };