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 +"""