Install erlang with mise

To install erlang with mise without warnings about missing doc or odbc:

export KERL_CONFIGURE_OPTIONS="--without-javac --with-odbc=/var/lib/pacman/local/unixodbc-$(pacman -Q unixodbc | cut -d' ' -f2)"
export KERL_BUILD_DOCS=yes
mise install erlang