From e95304ec5c49e8a1ebcac204ddd548db67c4171d Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 8 Jun 2025 17:37:38 -0300 Subject: [PATCH] Update the wrkflw recipe and a TODO --- recipes/wip/dev/other/silicon/recipe.toml | 2 +- recipes/wip/dev/other/wrkflw/recipe.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/wip/dev/other/silicon/recipe.toml b/recipes/wip/dev/other/silicon/recipe.toml index 543bd0818..b2b17b4f7 100644 --- a/recipes/wip/dev/other/silicon/recipe.toml +++ b/recipes/wip/dev/other/silicon/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO the yeslogic-fontconfig-sys crate can't find the fontconfig dependency [source] git = "https://github.com/Aloxaf/silicon" [build] diff --git a/recipes/wip/dev/other/wrkflw/recipe.toml b/recipes/wip/dev/other/wrkflw/recipe.toml index f5a504913..bbd9878b9 100644 --- a/recipes/wip/dev/other/wrkflw/recipe.toml +++ b/recipes/wip/dev/other/wrkflw/recipe.toml @@ -3,6 +3,9 @@ git = "https://github.com/bahdotsh/wrkflw" [build] template = "custom" +dependencies = [ + "openssl1", +] script = """ cookbook_cargo_packages wrkflw """