Loading pkgs/development/compilers/go/1.24.nix +13 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,19 @@ stdenv.mkDerivation (finalAttrs: { GO386 = "softfloat"; # from Arch: don't assume sse2 on i686 # Wasi does not support CGO CGO_ENABLED = if stdenv.targetPlatform.isWasi then 0 else 1; # ppc64/linux CGO is incomplete/borked, and will likely not receive any further improvements # https://github.com/golang/go/issues/8912 # https://github.com/golang/go/issues/13192 CGO_ENABLED = if ( stdenv.targetPlatform.isWasi || (stdenv.targetPlatform.isPower64 && stdenv.targetPlatform.isBigEndian) ) then 0 else 1; GOROOT_BOOTSTRAP = "${goBootstrap}/share/go"; Loading pkgs/development/compilers/go/1.25.nix +13 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,19 @@ stdenv.mkDerivation (finalAttrs: { GO386 = "softfloat"; # from Arch: don't assume sse2 on i686 # Wasi does not support CGO CGO_ENABLED = if stdenv.targetPlatform.isWasi then 0 else 1; # ppc64/linux CGO is incomplete/borked, and will likely not receive any further improvements # https://github.com/golang/go/issues/8912 # https://github.com/golang/go/issues/13192 CGO_ENABLED = if ( stdenv.targetPlatform.isWasi || (stdenv.targetPlatform.isPower64 && stdenv.targetPlatform.isBigEndian) ) then 0 else 1; GOROOT_BOOTSTRAP = "${goBootstrap}/share/go"; Loading Loading
pkgs/development/compilers/go/1.24.nix +13 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,19 @@ stdenv.mkDerivation (finalAttrs: { GO386 = "softfloat"; # from Arch: don't assume sse2 on i686 # Wasi does not support CGO CGO_ENABLED = if stdenv.targetPlatform.isWasi then 0 else 1; # ppc64/linux CGO is incomplete/borked, and will likely not receive any further improvements # https://github.com/golang/go/issues/8912 # https://github.com/golang/go/issues/13192 CGO_ENABLED = if ( stdenv.targetPlatform.isWasi || (stdenv.targetPlatform.isPower64 && stdenv.targetPlatform.isBigEndian) ) then 0 else 1; GOROOT_BOOTSTRAP = "${goBootstrap}/share/go"; Loading
pkgs/development/compilers/go/1.25.nix +13 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,19 @@ stdenv.mkDerivation (finalAttrs: { GO386 = "softfloat"; # from Arch: don't assume sse2 on i686 # Wasi does not support CGO CGO_ENABLED = if stdenv.targetPlatform.isWasi then 0 else 1; # ppc64/linux CGO is incomplete/borked, and will likely not receive any further improvements # https://github.com/golang/go/issues/8912 # https://github.com/golang/go/issues/13192 CGO_ENABLED = if ( stdenv.targetPlatform.isWasi || (stdenv.targetPlatform.isPower64 && stdenv.targetPlatform.isBigEndian) ) then 0 else 1; GOROOT_BOOTSTRAP = "${goBootstrap}/share/go"; Loading