From 9245c8fc106c4173980598afa4e9c5ede3528ba2 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 12 Aug 2023 17:10:24 +0200 Subject: [PATCH] remove doubles in dependancy --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index b6bd323..0e754b9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -102,7 +102,7 @@ ram.runtime = "500M" main.url = "/" [resources.apt] - packages = "postgresql elixir erlang-dev erlang-parsetools npm" + packages = "postgresql npm" ##### (this part is optional and corresponds to the legacy ynh_install_extra_app_dependencies helper)