mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Add syntax_tools to applications, required when using ejabberd_sql_pt (#3869)
This commit is contained in:
parent
bc8050eb03
commit
1ea53bf940
2
mix.exs
2
mix.exs
@ -43,7 +43,7 @@ defmodule Ejabberd.MixProject do
|
||||
extra_applications: [:mix],
|
||||
applications: [:idna, :inets, :kernel, :sasl, :ssl, :stdlib,
|
||||
:base64url, :fast_tls, :fast_xml, :fast_yaml, :jiffy, :jose,
|
||||
:p1_utils, :stringprep, :yconf],
|
||||
:p1_utils, :stringprep, :syntax_tools, :yconf],
|
||||
included_applications: [:mnesia, :os_mon,
|
||||
:cache_tab, :eimp, :mqtree, :p1_acme,
|
||||
:p1_oauth2, :pkix, :xmpp]
|
||||
|
@ -14,7 +14,7 @@ Vars = case file:consult(filename:join([filename:dirname(SCRIPT), "..", "vars.co
|
||||
Vars ++
|
||||
[{modules, []},
|
||||
{registered, []},
|
||||
{applications, [kernel, sasl, ssl, stdlib]},
|
||||
{applications, [kernel, sasl, ssl, stdlib, syntax_tools]},
|
||||
{included_applications,
|
||||
[compiler, inets, mnesia, os_mon,
|
||||
cache_tab,
|
||||
|
Loading…
Reference in New Issue
Block a user