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:
parent
1108d97365
commit
38516ba27e
@ -22,8 +22,6 @@ pkgs.stdenv.mkDerivation (
|
|||||||
HOME=$TMPDIR
|
HOME=$TMPDIR
|
||||||
runHook preConfigure
|
runHook preConfigure
|
||||||
|
|
||||||
# probably requires autotools as dependency
|
|
||||||
./autogen.sh
|
|
||||||
emconfigure ./configure --prefix=$out
|
emconfigure ./configure --prefix=$out
|
||||||
|
|
||||||
runHook postConfigure
|
runHook postConfigure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user