tome4: disable parallel build

... it caused sporadic build failures
This commit is contained in:
xeji 2018-04-05 14:10:37 +02:00
parent 59ddb3ebfb
commit 8a65d19e21

View File

@ -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"