From 1afc71275f47e40ad4ebc6aa39ae160240b10930 Mon Sep 17 00:00:00 2001 From: lapineige Date: Wed, 3 May 2023 01:11:17 +0200 Subject: [PATCH] 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 --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 3f08a06..9c15e9f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -94,7 +94,7 @@ ram.runtime = "500M" main.url = "/" [resources.apt] - packages = "postgresql elixir erlang-dev" + packages = "postgresql elixir erlang-dev erlang-parsetools" [resources.database] type = "postgresql"