mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
llvmPackages on darwin: attempt to fix build by using gcc48
This commit is contained in:
parent
3967a1c444
commit
989bfbac79
1 changed files with 1 additions and 1 deletions
|
@ -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; };
|
||||
|
|
Loading…
Reference in a new issue