diff --git a/recipes/wip/tvix/recipe.toml b/recipes/wip/tvix/recipe.toml index 0102a39ca..12bf6c21f 100644 --- a/recipes/wip/tvix/recipe.toml +++ b/recipes/wip/tvix/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO tvix-castore crate error (after cargo update) [source] git = "https://github.com/tvlfyi/tvix" [build] diff --git a/recipes/wip/twitch-tui/recipe.toml b/recipes/wip/twitch-tui/recipe.toml index c6864ff11..053f130d8 100644 --- a/recipes/wip/twitch-tui/recipe.toml +++ b/recipes/wip/twitch-tui/recipe.toml @@ -4,3 +4,6 @@ git = "https://github.com/Xithrius/twitch-tui" rev = "4c382da4afcb7b994e1a7659addfb55fde9518df" [build] template = "cargo" +dependencies = [ + "openssl1", +]