mariadb: Disable parallel building again
It still fails intermittently on lex_token.h. http://hydra.nixos.org/build/33571559
This commit is contained in:
parent
7fc24dfd21
commit
523f4f2f69
@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
# fails to find lex_token.h sometimes
|
# fails to find lex_token.h sometimes
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = false;
|
||||||
|
|
||||||
outputs = [ "out" "lib" ];
|
outputs = [ "out" "lib" ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user