tome4: disable parallel build
... it caused sporadic build failures
This commit is contained in:
parent
59ddb3ebfb
commit
8a65d19e21
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue