go_1_13: doesn't build with gcc9 on aarch64

This commit is contained in:
Franz Pletz 2019-12-27 03:55:40 +01:00
parent b931ea7e52
commit 8e7b127b95
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -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;