cvc4: build in parallel

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