Remove unnecesary darwin stdenv conditional

This commit is contained in:
Spencer Whitt 2015-04-19 19:35:29 -04:00
parent e2011fa80d
commit 27f50a486c

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 { };