emsciptenStdenv: allow reuse without ./autogen.sh

The configure phase of emscriptenStdenv exspects an ./autogen.sh script,
which is anoying when this step is not needed. Good example is
emscriptenPackages.zlib which needs to override configurePhase.
This commit is contained in:
Christian Kögler
2018-03-20 21:31:04 +01:00
parent 1108d97365
commit 38516ba27e
@@ -22,8 +22,6 @@ pkgs.stdenv.mkDerivation (
HOME=$TMPDIR
runHook preConfigure
# probably requires autotools as dependency
./autogen.sh
emconfigure ./configure --prefix=$out
runHook postConfigure