Unverified Commit 1f2a70b1 authored by Stefan Frijters's avatar Stefan Frijters
Browse files

buildEmscriptenPackage: move EMCONFIGURE_JS into env for structuredAttrs

parent fdc7b8f7
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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;