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
commit a5049e8caa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -162,6 +162,7 @@ self = stdenv.mkDerivation {
prefixKey = "-prefix ";
buildFlags = [ "revision" "coq" "coqide" "bin/votour" ];
enableParallelBuilding = true;
createFindlibDestdir = true;