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
commit 0d00dd3a8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;