go_1_12: does't build with gcc9 on aarch64

This commit is contained in:
Franz Pletz 2019-12-27 05:00:24 +01:00
parent 8e7b127b95
commit 9cc67f39f8
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -8227,6 +8227,7 @@ in
go_1_12 = callPackage ../development/compilers/go/1.12.nix {
inherit (darwin.apple_sdk.frameworks) Security Foundation;
stdenv = if stdenv.isAarch64 then gcc8Stdenv else stdenv;
};
go_1_13 = callPackage ../development/compilers/go/1.13.nix {