nixVersions.nix_2_29: fix loongarch64-linux build

(cherry picked from commit 0269995815)
This commit is contained in:
Weijia Wang
2025-05-28 13:36:46 +02:00
committed by github-actions[bot]
parent 72ded1f1c6
commit 6e6c237cec

View File

@@ -154,6 +154,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"; };
};