diff --git a/recipes/wip/tv/recipe.toml b/recipes/wip/tv/recipe.toml index 18d07db33ed4d80051e4d616763b1b8fd7b7c904..2071fe2f55ab1ef6d5e2575f986bc2c22b27c807 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 9f8c2f87624755c3100689c52aff03b5bc6d0424..0102a39ca3f7241d119cad1b3adf3087edb7cf5f 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 +"""