nixVersions.nix_2_29: fix loongarch64-linux build

This commit is contained in:
Weijia Wang 2025-05-28 13:36:46 +02:00
parent 76fa21447b
commit 0269995815

View file

@ -155,6 +155,7 @@ let
// lib.optionalAttrs (
stdenv.isLinux
&& !(stdenv.hostPlatform.isStatic && stdenv.system == "aarch64-linux")
&& !(stdenv.system == "loongarch64-linux")
&& !(stdenv.hostPlatform.useLLVM or false)
) { LDFLAGS = "-fuse-ld=gold"; };
};