about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2017-11-12 09:47:30 +0100
committerVladimír Čunát <vcunat@gmail.com>2017-11-12 09:47:30 +0100
commit80e8e555b4c2cd90701bbff664b1c8db6e81fd2f (patch)
treeea039119e99575c37455e676d0d1bac4ee9bc3da /pkgs
parent16af7480d01f0c240e2043d8988d321b455118bd (diff)
SDL2: disable parallel building
Example failure: https://hydra.nixos.org/build/63996552
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/SDL2/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/libraries/SDL2/default.nix b/pkgs/development/libraries/SDL2/default.nix
index d2ffa45626be9..0846e199c0714 100644
--- a/pkgs/development/libraries/SDL2/default.nix
+++ b/pkgs/development/libraries/SDL2/default.nix
@@ -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