From 1905dad0b5d4f87cba3227b16a82fbce62f2cd8d Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Tue, 29 Jul 2025 17:23:00 +1000 Subject: [PATCH] go: add freebsd to binary bootstrap platforms follow up from 8a6b6167bbf6178f9ff150025a4f06a48b02f039 --- pkgs/development/compilers/go/binary.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/go/binary.nix b/pkgs/development/compilers/go/binary.nix index d1d31681654b..2e02355dceec 100644 --- a/pkgs/development/compilers/go/binary.nix +++ b/pkgs/development/compilers/go/binary.nix @@ -34,7 +34,7 @@ stdenv.mkDerivation { homepage = "https://go.dev/"; license = lib.licenses.bsd3; teams = [ lib.teams.golang ]; - platforms = lib.platforms.darwin ++ lib.platforms.linux; + platforms = lib.platforms.darwin ++ lib.platforms.freebsd ++ lib.platforms.linux; badPlatforms = [ # Support for big-endian POWER < 8 was dropped in 1.9, but POWER8 users have less of a reason to run in big-endian mode than pre-POWER8 ones # So non-LE ppc64 is effectively unsupported, and Go SIGILLs on affordable ppc64 hardware