or-tools: parallel

This commit is contained in:
Will Dietz 2018-11-30 19:20:25 -06:00
parent 70c2e88c96
commit 046e7980f9

View file

@ -37,6 +37,8 @@ stdenv.mkDerivation rec {
google-gflags glog protobuf cbc
];
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = https://github.com/google/or-tools;
license = licenses.asl20;