SDL2: disable parallel make

Example failure: https://hydra.nixos.org/build/64494600
It could be fixed more properly, but for me it builds under 80 secs anyway.
This commit is contained in:
Vladimír Čunát 2017-11-21 12:55:47 +01:00
parent 73746502d8
commit 3772338be5
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -54,7 +54,8 @@ stdenv.mkDerivation rec {
# https://bugzilla.libsdl.org/show_bug.cgi?id=1431
dontDisableStatic = true;
enableParallelBuilding = true;
# Flaky: fatal error: pointer-constraints-....h: No such file or directory
#enableParallelBuilding = true;
# XXX: By default, SDL wants to dlopen() PulseAudio, in which case
# we must arrange to add it to its RPATH; however, `patchelf' seems