mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 04:34:46 +00:00
Merge pull request #27250 from ck3d/fix-emscriptenStdenv-autogen
emsciptenStdenv: allow reuse without ./autogen.sh
This commit is contained in:
commit
d7a4998535
@ -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…
Reference in New Issue
Block a user