diff --git a/recipes/wip/yaydl/recipe.toml b/recipes/wip/yaydl/recipe.toml
index 8671c7acac138d78b9697c67c3e05c9d38ac1cef..df880e5ffc1648ed5435d07429c4b7f67501b8e2 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 917b806eea93e6238534a229fc73504c2d5d1b84..d9e016db9711ab259fbfdbef3756e1754badda07 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
+"""