summary refs log tree commit diff
path: root/pkgs/development/libraries/SDL2
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2018-03-05 21:08:15 +0000
committerJan Malakhovski <oxij@oxij.org>2018-03-06 15:43:29 +0000
commit39319f3a7598940218eab9b3ec6d4dd388627abe (patch)
treee6da20e2fcbdd467e5967b0cd1655a73515f8beb /pkgs/development/libraries/SDL2
parentf114118842e19ced171fd634d6ff70a92746f2cb (diff)
downloadnixpkgs-39319f3a7598940218eab9b3ec6d4dd388627abe.tar
nixpkgs-39319f3a7598940218eab9b3ec6d4dd388627abe.tar.gz
nixpkgs-39319f3a7598940218eab9b3ec6d4dd388627abe.tar.bz2
nixpkgs-39319f3a7598940218eab9b3ec6d4dd388627abe.tar.lz
nixpkgs-39319f3a7598940218eab9b3ec6d4dd388627abe.tar.xz
nixpkgs-39319f3a7598940218eab9b3ec6d4dd388627abe.tar.zst
nixpkgs-39319f3a7598940218eab9b3ec6d4dd388627abe.zip
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.
Diffstat (limited to 'pkgs/development/libraries/SDL2')
-rw-r--r--pkgs/development/libraries/SDL2/default.nix3
1 files changed, 0 insertions, 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;