mariadb: Disable parallel building again

It still fails intermittently on lex_token.h.

http://hydra.nixos.org/build/33571559
This commit is contained in:
Eelco Dolstra 2016-03-23 20:11:07 +01:00
parent 7fc24dfd21
commit 523f4f2f69

View File

@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
];
# fails to find lex_token.h sometimes
enableParallelBuilding = true;
enableParallelBuilding = false;
outputs = [ "out" "lib" ];