From a9a9d279c1a71ca01da50212c7bc08917191483b Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sat, 23 Dec 2023 20:38:42 +0000 Subject: [PATCH] update recipes --- recipes/wip/tv/recipe.toml | 2 +- recipes/wip/tvix/recipe.toml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes/wip/tv/recipe.toml b/recipes/wip/tv/recipe.toml index 18d07db33..2071fe2f5 100644 --- a/recipes/wip/tv/recipe.toml +++ b/recipes/wip/tv/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO update mio to 0.8 (after cargo update) [source] git = "https://github.com/alexhallam/tv" [build] diff --git a/recipes/wip/tvix/recipe.toml b/recipes/wip/tvix/recipe.toml index 9f8c2f876..0102a39ca 100644 --- a/recipes/wip/tvix/recipe.toml +++ b/recipes/wip/tvix/recipe.toml @@ -2,4 +2,7 @@ [source] git = "https://github.com/tvlfyi/tvix" [build] -template = "cargo" +template = "custom" +script = """ +cookbook_cargo_packages tvix-cli +""" -- GitLab