source-highlight: Don't do a parallel build

The "make check" appears to have a race condition.

http://hydra.nixos.org/build/7116409
This commit is contained in:
Eelco Dolstra 2013-12-16 17:03:19 +01:00
parent ec5739ef17
commit eea9e405c8

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation {
buildInputs = [ boost ];
enableParallelBuilding = true;
enableParallelBuilding = false;
doCheck = true;