SDL2: disable parallel building

Example failure: https://hydra.nixos.org/build/63996552
This commit is contained in:
Vladimír Čunát 2017-11-12 09:47:30 +01:00
parent 16af7480d0
commit 80e8e555b4
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -54,7 +54,9 @@ stdenv.mkDerivation rec {
# https://bugzilla.libsdl.org/show_bug.cgi?id=1431
dontDisableStatic = true;
enableParallelBuilding = true;
# SDL_waylandevents.c:41:10: fatal error:
# pointer-constraints-unstable-v1-client-protocol.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