From 5be9ec75615f16ee2facc3233a7e93f157041c66 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Wed, 20 Dec 2023 21:58:57 +0000 Subject: [PATCH] update recipes --- recipes/wip/enchant/recipe.toml | 3 ++- recipes/wip/evcxr-jupyter/recipe.toml | 3 +-- recipes/wip/evcxr-repl/recipe.toml | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/recipes/wip/enchant/recipe.toml b/recipes/wip/enchant/recipe.toml index bb755e749..0f45a1fb1 100644 --- a/recipes/wip/enchant/recipe.toml +++ b/recipes/wip/enchant/recipe.toml @@ -1,8 +1,9 @@ -#TODO Not compiled or tested +#TODO can't find glib [source] tar = "https://github.com/AbiWord/enchant/releases/download/v2.6.3/enchant-2.6.3.tar.gz" [build] template = "configure" dependencies = [ "glib", + "pcre", ] diff --git a/recipes/wip/evcxr-jupyter/recipe.toml b/recipes/wip/evcxr-jupyter/recipe.toml index 240a71342..5227b1b6e 100644 --- a/recipes/wip/evcxr-jupyter/recipe.toml +++ b/recipes/wip/evcxr-jupyter/recipe.toml @@ -1,7 +1,6 @@ -#TODO Not compiled or tested +#TODO camino crate error [source] git = "https://github.com/evcxr/evcxr" -rev = "e6deec6060bc47297eb90674cca496c6874f99ba" [build] template = "custom" script = """ diff --git a/recipes/wip/evcxr-repl/recipe.toml b/recipes/wip/evcxr-repl/recipe.toml index 9be6de8f1..ea87ac273 100644 --- a/recipes/wip/evcxr-repl/recipe.toml +++ b/recipes/wip/evcxr-repl/recipe.toml @@ -1,7 +1,6 @@ -#TODO Not compiled or tested +#TODO camino crate error [source] git = "https://github.com/evcxr/evcxr" -rev = "e6deec6060bc47297eb90674cca496c6874f99ba" [build] template = "custom" script = """