coq: enable parallel building
This commit is contained in:
parent
5972cc3119
commit
7c1d4d8255
1 changed files with 1 additions and 0 deletions
|
@ -162,6 +162,7 @@ self = stdenv.mkDerivation {
|
|||
prefixKey = "-prefix ";
|
||||
|
||||
buildFlags = [ "revision" "coq" "coqide" "bin/votour" ];
|
||||
enableParallelBuilding = true;
|
||||
|
||||
createFindlibDestdir = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue