buildGo117{Module,Package}: disable, go_1_17: disable on x86_64-darwin

(cherry picked from commit 9675a865c9c3eeec36c06361f7215e109925654c)
This commit is contained in:
zowoq
2021-08-05 15:29:28 +10:00
committed by Robert Scott
parent a21112d352
commit 071ec50522
2 changed files with 20 additions and 6 deletions

View File

@@ -274,5 +274,7 @@ stdenv.mkDerivation rec {
license = licenses.bsd3;
maintainers = teams.golang.members;
platforms = platforms.linux ++ platforms.darwin;
# requires >=10.13 stdenv on x86_64-darwin
badPlatforms = [ "x86_64-darwin" ];
};
}