python3Packages.dm-tree: fix gcc11 build due to abseil-cpp version mismatch
This commit is contained in:
parent
20206d6e58
commit
f5dcf2fa81
1 changed files with 5 additions and 1 deletions
|
@ -2410,7 +2410,11 @@ in {
|
|||
|
||||
dm-sonnet = callPackage ../development/python-modules/dm-sonnet { };
|
||||
|
||||
dm-tree = callPackage ../development/python-modules/dm-tree { };
|
||||
dm-tree = callPackage ../development/python-modules/dm-tree {
|
||||
abseil-cpp = pkgs.abseil-cpp.override {
|
||||
cxxStandard = "14";
|
||||
};
|
||||
};
|
||||
|
||||
dnachisel = callPackage ../development/python-modules/dnachisel { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue