Merge pull request #27250 from ck3d/fix-emscriptenStdenv-autogen

emsciptenStdenv: allow reuse without ./autogen.sh
This commit is contained in:
Matthew Justin Bauer
2018-04-21 15:17:57 -05:00
committed by GitHub

View File

@@ -22,8 +22,6 @@ pkgs.stdenv.mkDerivation (
HOME=$TMPDIR
runHook preConfigure
# probably requires autotools as dependency
./autogen.sh
emconfigure ./configure --prefix=$out
runHook postConfigure