mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 02:33:15 +00:00
or-tools: bump pin of abseil-cpp
This commit is contained in:
parent
bc2ccccf5a
commit
6df03ef265
@ -38247,7 +38247,7 @@ with pkgs;
|
||||
python = python3;
|
||||
# or-tools builds with -std=c++20, so abseil-cpp must
|
||||
# also be built that way
|
||||
abseil-cpp = abseil-cpp_202111.override {
|
||||
abseil-cpp = abseil-cpp_202206.override {
|
||||
static = true;
|
||||
cxxStandard = "20";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user