go_1_13: doesn't build with gcc9 on aarch64
This commit is contained in:
parent
b931ea7e52
commit
8e7b127b95
|
@ -8231,6 +8231,7 @@ in
|
|||
|
||||
go_1_13 = callPackage ../development/compilers/go/1.13.nix {
|
||||
inherit (darwin.apple_sdk.frameworks) Security Foundation;
|
||||
stdenv = if stdenv.isAarch64 then gcc8Stdenv else stdenv;
|
||||
};
|
||||
|
||||
go = go_1_13;
|
||||
|
|
Loading…
Reference in New Issue