Loading pkgs/development/em-modules/generic/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -37,8 +37,10 @@ wrapDerivation ( ] ++ nativeBuildInputs; env = args.env or { } // { # fake conftest results with emscripten's python magic EMCONFIGURE_JS = 2; }; # removes archive indices dontStrip = args.dontStrip or true; Loading Loading
pkgs/development/em-modules/generic/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -37,8 +37,10 @@ wrapDerivation ( ] ++ nativeBuildInputs; env = args.env or { } // { # fake conftest results with emscripten's python magic EMCONFIGURE_JS = 2; }; # removes archive indices dontStrip = args.dontStrip or true; Loading