Commit 24b87664 authored by Tomas Drtina's avatar Tomas Drtina Committed by Yt
Browse files

python3Packages.dm-tree: unpin abseil-cpp

parent 3ad7b66e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2920,7 +2920,7 @@ self: super: with self; {
  dm-sonnet = callPackage ../development/python-modules/dm-sonnet { };

  dm-tree = callPackage ../development/python-modules/dm-tree {
    abseil-cpp = pkgs.abseil-cpp_202103.override {
    abseil-cpp = pkgs.abseil-cpp.override {
      cxxStandard = "14";
    };
  };