mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 05:31:22 +00:00
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
|
||||
runHook preConfigure
|
||||
|
||||
# probably requires autotools as dependency
|
||||
./autogen.sh
|
||||
emconfigure ./configure --prefix=$out
|
||||
|
||||
runHook postConfigure
|
||||
|
|
Loading…
Reference in a new issue