Loading pkgs/tools/package-management/nix/modular/packaging/components.nix +4 −0 Original line number Diff line number Diff line Loading @@ -156,6 +156,10 @@ let // lib.optionalAttrs ( stdenv.isLinux && !(stdenv.hostPlatform.isStatic && stdenv.system == "aarch64-linux") && !( stdenv.buildPlatform.config != stdenv.hostPlatform.config && stdenv.hostPlatform.system == "powerpc64-linux" ) && !(stdenv.system == "loongarch64-linux") && !(stdenv.hostPlatform.useLLVM or false) ) { LDFLAGS = "-fuse-ld=gold"; }; Loading Loading
pkgs/tools/package-management/nix/modular/packaging/components.nix +4 −0 Original line number Diff line number Diff line Loading @@ -156,6 +156,10 @@ let // lib.optionalAttrs ( stdenv.isLinux && !(stdenv.hostPlatform.isStatic && stdenv.system == "aarch64-linux") && !( stdenv.buildPlatform.config != stdenv.hostPlatform.config && stdenv.hostPlatform.system == "powerpc64-linux" ) && !(stdenv.system == "loongarch64-linux") && !(stdenv.hostPlatform.useLLVM or false) ) { LDFLAGS = "-fuse-ld=gold"; }; Loading