1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

Merge pull request #70 from YunoHost-Apps/elixir_1.8

switch dependencies to esl-erlang
This commit is contained in:
yalh76 2019-04-15 20:45:46 +02:00 committed by GitHub
commit e886e96d04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -6,7 +6,7 @@
# dependencies used by the app
pkg_dependencies="git build-essential postgresql postgresql-contrib openssl ssh sudo"
extra_pkg_dependencies="elixir erlang-dev erlang-tools erlang-parsetools erlang-eldap erlang-xmerl"
extra_pkg_dependencies="elixir esl-erlang"
#=================================================
# PERSONAL HELPERS

View file

@ -149,6 +149,8 @@ fi
#=================================================
ynh_print_info "Upgrading dependencies..."
ynh_remove_app_dependencies
ynh_install_app_dependencies $pkg_dependencies
#=================================================