1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 04:35:13 +03:00
aports/testing/ejabberd/elixir.app.src
rubicon aa077dc5d2 testing/ejabberd: fix and upgrade vendored elixir
it no longer conflicts with community/elixir, upgraded version
no longer complains about get_stacktrace being removed, fixes
the crash in Elixir.Logger.App, and the missing plugins warnings
at compilation are reduced by compiling rebar_elixir_plugin earlier
2022-06-25 12:52:35 +08:00

11 lines
255 B
Erlang

{application, elixir,
[{description, "elixir"},
{vsn, "@ELIXIR_VERSION@"},
{modules, [
elixir
]},
{registered, [elixir_config, elixir_code_server]},
{applications, [kernel,stdlib,compiler]},
{mod, {elixir,[]}},
{env, [{ansi_enabled, false}]}
]}.