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:
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [ boost ];
|
buildInputs = [ boost ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = false;
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user