mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Elixir: Fix: Couldn't find file Elixir.Hex.API
Fix for error when starting ejabberd with Elixir 1.15: [critical] Couldn't find file Elixir.Hex.API needed for Erlang application 'hex'.
This commit is contained in:
parent
852a540cb0
commit
5bb2beb179
@ -132,7 +132,7 @@ check_apps() ->
|
||||
fun() ->
|
||||
Apps = [ejabberd |
|
||||
[App || {App, _, _} <- application:which_applications(),
|
||||
App /= ejabberd]],
|
||||
App /= ejabberd, App /= hex]],
|
||||
?DEBUG("Checking consistency of applications: ~ts",
|
||||
[misc:join_atoms(Apps, <<", ">>)]),
|
||||
misc:peach(
|
||||
|
Loading…
Reference in New Issue
Block a user