Merge pull request #210859 from vcunat/p/firefox-gcc_s

This commit is contained in:
Martin Weinelt
2023-01-15 09:45:03 +00:00
committed by GitHub
@@ -471,6 +471,8 @@ buildStdenv.mkDerivation ({
separateDebugInfo = enableDebugSymbols;
enableParallelBuilding = true;
NIX_LDFLAGS = if (with stdenv; isAarch64 && isLinux) then [ "-lgcc" ] else null;
# tests were disabled in configureFlags
doCheck = false;