From 11b07d930ddab70c3a82234fe83ed5d649b2ac52 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Thu, 2 Mar 2023 08:02:06 +0200 Subject: firefox, spidermonkey: remove NIX_LDFLAGS This commit reverts #210859, since aarch64-linux now uses GCC 12 by default. --- pkgs/applications/networking/browsers/firefox/common.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'pkgs/applications/networking/browsers/firefox/common.nix') diff --git a/pkgs/applications/networking/browsers/firefox/common.nix b/pkgs/applications/networking/browsers/firefox/common.nix index 948b321724894..8c8fca65c66d5 100644 --- a/pkgs/applications/networking/browsers/firefox/common.nix +++ b/pkgs/applications/networking/browsers/firefox/common.nix @@ -471,9 +471,6 @@ buildStdenv.mkDerivation ({ separateDebugInfo = enableDebugSymbols; enableParallelBuilding = true; - # https://github.com/NixOS/nixpkgs/issues/201254 - NIX_LDFLAGS = if (with stdenv; isAarch64 && isLinux) then [ "-lgcc" ] else null; - # tests were disabled in configureFlags doCheck = false; -- cgit 1.4.1