diff --git a/recipes/wip/yaydl/recipe.toml b/recipes/wip/yaydl/recipe.toml index 8671c7aca..df880e5ff 100644 --- a/recipes/wip/yaydl/recipe.toml +++ b/recipes/wip/yaydl/recipe.toml @@ -1,4 +1,4 @@ -#TODO compilation error (after cargo update and a patch on the ring crate) +#TODO compilation error (after cargo update) [source] git = "https://github.com/dertuxmalwieder/yaydl" [build] diff --git a/recipes/wip/yazi/recipe.toml b/recipes/wip/yazi/recipe.toml index 917b806ee..d9e016db9 100644 --- a/recipes/wip/yazi/recipe.toml +++ b/recipes/wip/yazi/recipe.toml @@ -2,4 +2,7 @@ [source] git = "https://github.com/sxyazi/yazi" [build] -template = "cargo" +template = "custom" +script = """ +cookbook_cargo_packages yazi-fm +"""