nixVersions.nix_2_29: fix loongarch64-linux build (#411717)

authored by Jörg Thalheim and committed by GitHub 6b8aa758 a2997069

+1
+1
pkgs/tools/package-management/nix/modular/packaging/components.nix
··· 155 155 // lib.optionalAttrs ( 156 156 stdenv.isLinux 157 157 && !(stdenv.hostPlatform.isStatic && stdenv.system == "aarch64-linux") 158 + && !(stdenv.system == "loongarch64-linux") 158 159 && !(stdenv.hostPlatform.useLLVM or false) 159 160 ) { LDFLAGS = "-fuse-ld=gold"; }; 160 161 };