diff --git a/recipes/wip/pifs/recipe.toml b/recipes/wip/pifs/recipe.toml
index 7bc4e2b45911254d5089cd8e8fed144b11f66352..e7ab1909d9d9f178633f54c9c191caef6f1cf153 100644
--- a/recipes/wip/pifs/recipe.toml
+++ b/recipes/wip/pifs/recipe.toml
@@ -1,3 +1,4 @@
+#TODO make libfuse 2.x works
 #TODO probably wrong script, see https://github.com/philipl/pifs#readme
 [source]
 git = "https://github.com/philipl/pifs"
diff --git a/recipes/wip/pipr/recipe.toml b/recipes/wip/pipr/recipe.toml
index f6d7797c811252f3fa69eb475d9a5651173d33c5..33e24f7d491754af37f8249db7a9858076876fa2 100644
--- a/recipes/wip/pipr/recipe.toml
+++ b/recipes/wip/pipr/recipe.toml
@@ -1,4 +1,4 @@
-#TODO compilation error (after an update on tokio, crossterm and tui crates)
+#TODO mio crate error (after cargo update)
 [source]
 git = "https://github.com/Elkowar/pipr"
 [build]
diff --git a/recipes/wip/pixcil/recipe.toml b/recipes/wip/pixcil/recipe.toml
index fe5261eb267f0d56bb966d93a0781c14be223ff0..072c29cbd2998c23b43b3198fc260d6b075389c0 100644
--- a/recipes/wip/pixcil/recipe.toml
+++ b/recipes/wip/pixcil/recipe.toml
@@ -1,6 +1,10 @@
+#TODO 
 #TODO require WebAssembly
 [source]
 git = "https://github.com/sile/pixcil"
 rev = "2309661977c3191f44e730c5a17639874e497b69"
 [build]
-template = "cargo"
+template = "custom"
+script = """
+cookbook_cargo_packages pixcil
+"""