1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bonfire_ynh.git synced 2024-09-03 18:16:01 +02:00

add erlang-parsetools

(Mix.Error) Could not compile "src/link_text_parser.yrl" because the application "parsetools" could not be found. This may happen if your package manager broke Erlang into multiple packages and may be fixed by installing the missing "erlang-dev" and "erlang-parsetools" packages
This commit is contained in:
lapineige 2023-05-03 01:11:17 +02:00 committed by GitHub
parent 100dc01a26
commit 1afc71275f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,7 +94,7 @@ ram.runtime = "500M"
main.url = "/" main.url = "/"
[resources.apt] [resources.apt]
packages = "postgresql elixir erlang-dev" packages = "postgresql elixir erlang-dev erlang-parsetools"
[resources.database] [resources.database]
type = "postgresql" type = "postgresql"