emscripten: fix cross-compilation by using host python

Changed files
+6 -3
pkgs
development
compilers
emscripten
+6 -3
pkgs/development/compilers/emscripten/default.nix
···
lib,
stdenv,
fetchFromGitHub,
-
fetchpatch,
python3,
nodejs,
closurecompiler,
···
rev = version;
};
-
nativeBuildInputs = [ makeWrapper ];
buildInputs = [
nodejs
-
python3
];
patches = [
···
lib,
stdenv,
fetchFromGitHub,
python3,
nodejs,
closurecompiler,
···
rev = version;
};
+
strictDeps = true;
+
+
nativeBuildInputs = [
+
makeWrapper
+
python3
+
];
buildInputs = [
nodejs
];
patches = [