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:
parent
73746502d8
commit
3772338be5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user