We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 7374650 commit 3772338Copy full SHA for 3772338
pkgs/development/libraries/SDL2/default.nix
@@ -54,7 +54,8 @@ stdenv.mkDerivation rec {
54
# https://bugzilla.libsdl.org/show_bug.cgi?id=1431
55
dontDisableStatic = true;
56
57
- enableParallelBuilding = true;
+ # Flaky: fatal error: pointer-constraints-....h: No such file or directory
58
+ #enableParallelBuilding = true;
59
60
# XXX: By default, SDL wants to dlopen() PulseAudio, in which case
61
# we must arrange to add it to its RPATH; however, `patchelf' seems
0 commit comments