Merge pull request #130971 from siraben/parallel-coq
coq: enable parallel building
This commit is contained in:
commit
a5049e8caa
@ -162,6 +162,7 @@ self = stdenv.mkDerivation {
|
||||
prefixKey = "-prefix ";
|
||||
|
||||
buildFlags = [ "revision" "coq" "coqide" "bin/votour" ];
|
||||
enableParallelBuilding = true;
|
||||
|
||||
createFindlibDestdir = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user