Unverified Commit 4e2945b0 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

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

parents 7a5be459 1f2a70b1
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;