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:
Badlop 2023-12-19 20:20:48 +01:00
parent 852a540cb0
commit 5bb2beb179
1 changed files with 1 additions and 1 deletions

View File

@ -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(