cvc4: build in parallel

+2
+2
pkgs/applications/science/logic/cvc4/default.nix
··· 31 patchShebangs ./src/ 32 ''; 33 34 meta = with stdenv.lib; { 35 description = "A high-performance theorem prover and SMT solver"; 36 homepage = http://cvc4.cs.nyu.edu/web/;
··· 31 patchShebangs ./src/ 32 ''; 33 34 + enableParallelBuilding = true; 35 + 36 meta = with stdenv.lib; { 37 description = "A high-performance theorem prover and SMT solver"; 38 homepage = http://cvc4.cs.nyu.edu/web/;