From 6be009333516b5658240dc5ec1c463650d779b27 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 21 Dec 2023 14:57:50 +0000 Subject: [PATCH] update recipes --- recipes/wip/himalaya/recipe.toml | 2 +- recipes/wip/horsetab/recipe.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/wip/himalaya/recipe.toml b/recipes/wip/himalaya/recipe.toml index 91a9b9eb0..f4de53068 100644 --- a/recipes/wip/himalaya/recipe.toml +++ b/recipes/wip/himalaya/recipe.toml @@ -1,4 +1,4 @@ -#TODO ring crate error +#TODO xdg-home crate error (after a patch on ring) [source] git = "https://github.com/soywod/himalaya" [build] diff --git a/recipes/wip/horsetab/recipe.toml b/recipes/wip/horsetab/recipe.toml index 7b475eab5..e46d3802d 100644 --- a/recipes/wip/horsetab/recipe.toml +++ b/recipes/wip/horsetab/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/ChrisVilches/horsetab" [build] template = "cargo" +dependencies = [ + "openssl1", +]