mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
gcc: use gcc7 for darwin
This was present in the gcc-8 branch but got removed in the merge.
This commit is contained in:
parent
ee1b8e4c7b
commit
5c2c505a2f
@ -7507,7 +7507,7 @@ in
|
||||
gerbil-unstable = callPackage ../development/compilers/gerbil/unstable.nix { stdenv = gccStdenv; };
|
||||
|
||||
gccFun = callPackage ../development/compilers/gcc/8;
|
||||
gcc = gcc8;
|
||||
gcc = if stdenv.isDarwin then gcc7 else gcc8;
|
||||
gcc-unwrapped = gcc.cc;
|
||||
|
||||
gccStdenv = if stdenv.cc.isGNU then stdenv else stdenv.override {
|
||||
|
Loading…
Reference in New Issue
Block a user