buildEmscriptenPackage: move EMCONFIGURE_JS into env for structuredAttrs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user