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
commit d7a4998535
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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