coq: enable parallel building

This commit is contained in:
Ben Siraphob 2021-07-22 02:04:47 +07:00
parent 5972cc3119
commit 7c1d4d8255

View file

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