mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
nixVersions.nix_2_29: fix loongarch64-linux build
This commit is contained in:
parent
76fa21447b
commit
0269995815
1 changed files with 1 additions and 0 deletions
|
@ -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"; };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue