mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-26 10:30:32 +00:00
nixVersions.nix_2_29: fix loongarch64-linux build
(cherry picked from commit 0269995815)
This commit is contained in:
committed by
github-actions[bot]
parent
72ded1f1c6
commit
6e6c237cec
@@ -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"; };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user