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 2017-07-09 07:43:07 +02:00
parent 1108d97365
commit 38516ba27e

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