llvmPackages on darwin: attempt to fix build by using gcc48
This commit is contained in:
parent
3967a1c444
commit
989bfbac79
@ -2809,7 +2809,7 @@ let
|
|||||||
inherit newScope fetchurl;
|
inherit newScope fetchurl;
|
||||||
isl = isl_0_12;
|
isl = isl_0_12;
|
||||||
stdenv = if stdenv.isDarwin
|
stdenv = if stdenv.isDarwin
|
||||||
then stdenvAdapters.overrideGCC stdenv gccApple
|
then stdenvAdapters.overrideGCC stdenv gcc48
|
||||||
else stdenv;
|
else stdenv;
|
||||||
});
|
});
|
||||||
llvmPackagesSelf = import ../development/compilers/llvm/3.4 { inherit newScope fetchurl; isl = isl_0_12; stdenv = libcxxStdenv; };
|
llvmPackagesSelf = import ../development/compilers/llvm/3.4 { inherit newScope fetchurl; isl = isl_0_12; stdenv = libcxxStdenv; };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user