mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
tome4: disable parallel build
... it caused sporadic build failures
This commit is contained in:
parent
59ddb3ebfb
commit
8a65d19e21
@ -32,7 +32,8 @@ in stdenv.mkDerivation rec {
|
||||
libGLU openal libpng libvorbis SDL2 SDL2_ttf SDL2_image
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
# disable parallel building as it caused sporadic build failures
|
||||
enableParallelBuilding = false;
|
||||
|
||||
NIX_CFLAGS_COMPILE = [
|
||||
"-I${SDL2_image}/include/SDL2"
|
||||
|
Loading…
Reference in New Issue
Block a user