From 39319f3a7598940218eab9b3ec6d4dd388627abe Mon Sep 17 00:00:00 2001 From: Jan Malakhovski Date: Mon, 5 Mar 2018 21:08:15 +0000 Subject: [PATCH] SDL2: don't compile any static outputs After the previous patch there's no reason to have them. But I didn't try to rebuild every single thing that depends on this, so try reverting this patch first if something does break and you can't fix it. --- pkgs/development/libraries/SDL2/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/libraries/SDL2/default.nix b/pkgs/development/libraries/SDL2/default.nix index ca88d42b84c..ac9b4a42bb0 100644 --- a/pkgs/development/libraries/SDL2/default.nix +++ b/pkgs/development/libraries/SDL2/default.nix @@ -57,9 +57,6 @@ stdenv.mkDerivation rec { ++ optional ibusSupport ibus ++ optionals stdenv.isDarwin [ AudioUnit Cocoa CoreAudio CoreServices ForceFeedback OpenGL ]; - # https://bugzilla.libsdl.org/show_bug.cgi?id=1431 - dontDisableStatic = true; - # /build/SDL2-2.0.7/src/video/wayland/SDL_waylandevents.c:41:10: fatal error: # pointer-constraints-unstable-v1-client-protocol.h: No such file or directory enableParallelBuilding = false;