diff --git a/recipes/wip/tools/helix-gpui/recipe.toml b/recipes/wip/tools/helix-gpui/recipe.toml index 8497aad99..af2a614f9 100644 --- a/recipes/wip/tools/helix-gpui/recipe.toml +++ b/recipes/wip/tools/helix-gpui/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/polachok/helix-gpui" [build] template = "cargo" +dependencies = [ + "openssl1", +] diff --git a/recipes/wip/tools/objdiff/recipe.toml b/recipes/wip/tools/objdiff/recipe.toml index 9cecf445b..36994df56 100644 --- a/recipes/wip/tools/objdiff/recipe.toml +++ b/recipes/wip/tools/objdiff/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO can't find the fontconfig dependency [source] git = "https://github.com/encounter/objdiff" [build]