From 78e07c5a79fb84795deb3fc175c420ad77f121d6 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Mon, 10 Jun 2024 10:28:09 +0000 Subject: [PATCH] Update recipes --- recipes/wip/tools/helix-gpui/recipe.toml | 3 ++- recipes/wip/tools/rana/recipe.toml | 2 +- recipes/wip/tools/tl-rs/recipe.toml | 3 +++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/recipes/wip/tools/helix-gpui/recipe.toml b/recipes/wip/tools/helix-gpui/recipe.toml index af2a614f9..91e2d934a 100644 --- a/recipes/wip/tools/helix-gpui/recipe.toml +++ b/recipes/wip/tools/helix-gpui/recipe.toml @@ -1,8 +1,9 @@ -#TODO Not compiled or tested +#TODO can't find the fontconfig dependency [source] git = "https://github.com/polachok/helix-gpui" [build] template = "cargo" dependencies = [ "openssl1", + "fontconfig", ] diff --git a/recipes/wip/tools/rana/recipe.toml b/recipes/wip/tools/rana/recipe.toml index 4fa838308..9ce7417a4 100644 --- a/recipes/wip/tools/rana/recipe.toml +++ b/recipes/wip/tools/rana/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/grunch/rana" [build] diff --git a/recipes/wip/tools/tl-rs/recipe.toml b/recipes/wip/tools/tl-rs/recipe.toml index 691ab2e34..70b332f5c 100644 --- a/recipes/wip/tools/tl-rs/recipe.toml +++ b/recipes/wip/tools/tl-rs/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/NewDawn0/tl" [build] template = "cargo" +dependencies = [ + "openssl1", +]