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.
wip/yesman
Christian Kögler 7 years ago
parent 1108d97365
commit 38516ba27e
  1. 2
      pkgs/development/em-modules/generic/default.nix

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

Loading…
Cancel
Save