or-tools: fix build (#120441)

This commit is contained in:
Aiken Cairncross 2021-04-24 02:15:14 +01:00 committed by GitHub
parent 4fbf987e20
commit 0098f76b1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28958,6 +28958,7 @@ in
osi = callPackage ../development/libraries/science/math/osi { };
or-tools = callPackage ../development/libraries/science/math/or-tools {
python = python3;
abseil-cpp = abseil-cpp.override { static = true; };
};