mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge pull request #25655 from elitak/beam
buildRebar3 and buildMix depend less on hex registry
This commit is contained in:
commit
fcc2834b80
1 changed files with 2 additions and 1 deletions
|
@ -61,8 +61,9 @@ let
|
||||||
export HEX_OFFLINE=1
|
export HEX_OFFLINE=1
|
||||||
export HEX_HOME=`pwd`
|
export HEX_HOME=`pwd`
|
||||||
export MIX_ENV=prod
|
export MIX_ENV=prod
|
||||||
|
export MIX_NO_DEPS=1
|
||||||
|
|
||||||
MIX_ENV=prod mix compile ${debugInfoFlag} --no-deps-check
|
mix compile ${debugInfoFlag}
|
||||||
|
|
||||||
runHook postBuild
|
runHook postBuild
|
||||||
''
|
''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue