emscriptenStdenv: default dontStrip=true, it strips archive indices

This fixes the emscriptenPackages.xmlmirror-unstable build
This commit is contained in:
Yorick van Pelt 2022-05-29 22:39:45 +02:00 committed by Will Cohen
parent 397e8cceca
commit 215101a003

View File

@ -18,6 +18,9 @@ pkgs.stdenv.mkDerivation (
# fake conftest results with emscripten's python magic
EMCONFIGURE_JS=2;
# removes archive indices
dontStrip = args.dontStrip or true;
configurePhase = args.configurePhase or ''
# FIXME: Some tests require writing at $HOME
HOME=$TMPDIR