buildEmscriptenPackage: move EMCONFIGURE_JS into env for structuredAttrs (#502526)

This commit is contained in:
Jo
2026-04-01 10:59:55 +00:00
committed by GitHub
@@ -37,8 +37,10 @@ wrapDerivation (
]
++ nativeBuildInputs;
# fake conftest results with emscripten's python magic
EMCONFIGURE_JS = 2;
env = args.env or { } // {
# fake conftest results with emscripten's python magic
EMCONFIGURE_JS = 2;
};
# removes archive indices
dontStrip = args.dontStrip or true;