Merge pull request #130971 from siraben/parallel-coq

coq: enable parallel building
This commit is contained in:
Ben Siraphob
2021-07-22 10:00:42 +07:00
committed by GitHub
@@ -162,6 +162,7 @@ self = stdenv.mkDerivation {
prefixKey = "-prefix ";
buildFlags = [ "revision" "coq" "coqide" "bin/votour" ];
enableParallelBuilding = true;
createFindlibDestdir = true;