llvmPackages on darwin: attempt to fix build by using gcc48

This commit is contained in:
Vladimír Čunát 2014-02-08 09:49:41 +01:00
parent 3967a1c444
commit 989bfbac79

View file

@ -2809,7 +2809,7 @@ let
inherit newScope fetchurl;
isl = isl_0_12;
stdenv = if stdenv.isDarwin
then stdenvAdapters.overrideGCC stdenv gccApple
then stdenvAdapters.overrideGCC stdenv gcc48
else stdenv;
});
llvmPackagesSelf = import ../development/compilers/llvm/3.4 { inherit newScope fetchurl; isl = isl_0_12; stdenv = libcxxStdenv; };