Remove unnecesary darwin stdenv conditional

This commit is contained in:
Spencer Whitt
2015-04-29 17:39:41 -04:00
parent e2011fa80d
commit 27f50a486c
-5
View File
@@ -7546,11 +7546,6 @@ let
alsaSupport = (!stdenv.isDarwin);
x11Support = true;
pulseaudioSupport = (!stdenv.isDarwin);
# resolve the unrecognized -fpascal-strings option error
stdenv = if stdenv.isDarwin
then clangStdenv
else stdenv;
};
SDL_gfx = callPackage ../development/libraries/SDL_gfx { };