mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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
|
||||
enableParallelBuilding = true;
|
||||
enableParallelBuilding = false;
|
||||
|
||||
outputs = [ "out" "lib" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user