emscriptenStdenv: default dontStrip=true, it strips archive indices
This fixes the emscriptenPackages.xmlmirror-unstable build
This commit is contained in:
parent
397e8cceca
commit
215101a003
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ pkgs.stdenv.mkDerivation (
|
||||||
# fake conftest results with emscripten's python magic
|
# fake conftest results with emscripten's python magic
|
||||||
EMCONFIGURE_JS=2;
|
EMCONFIGURE_JS=2;
|
||||||
|
|
||||||
|
# removes archive indices
|
||||||
|
dontStrip = args.dontStrip or true;
|
||||||
|
|
||||||
configurePhase = args.configurePhase or ''
|
configurePhase = args.configurePhase or ''
|
||||||
# FIXME: Some tests require writing at $HOME
|
# FIXME: Some tests require writing at $HOME
|
||||||
HOME=$TMPDIR
|
HOME=$TMPDIR
|
||||||
|
|
Loading…
Reference in a new issue