diff --git a/recipes/wip/science/scidataflow/recipe.toml b/recipes/wip/science/scidataflow/recipe.toml
index 5ac5f0ff96c84474677b768ca4a427cdee7b080b..7cca430959d3bd912dd9317af7ae1d27bebc3c1c 100644
--- a/recipes/wip/science/scidataflow/recipe.toml
+++ b/recipes/wip/science/scidataflow/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO faccess crate error
 [source]
 git = "https://github.com/vsbuffalo/scidataflow"
 [build]
diff --git a/recipes/wip/security/airgorah/recipe.toml b/recipes/wip/security/airgorah/recipe.toml
index 3ed7994ef76286e5258575b5d5edcf2f44f6b4aa..11040022c55ce5167b8b4d4389d0a3bcb69387cd 100644
--- a/recipes/wip/security/airgorah/recipe.toml
+++ b/recipes/wip/security/airgorah/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO make gtk4 work
 [source]
 git = "https://github.com/martin-olivier/airgorah"
 [build]
diff --git a/recipes/wip/security/nitrocli/recipe.toml b/recipes/wip/security/nitrocli/recipe.toml
index d900ea32d49fa705cf8f86dd1ab644e7b96bc17b..8be60424fedf025693b655a0d3dfe645b36e4e57 100644
--- a/recipes/wip/security/nitrocli/recipe.toml
+++ b/recipes/wip/security/nitrocli/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO make libhidapi work
 [source]
 git = "https://github.com/d-e-s-o/nitrocli"
 [build]
diff --git a/recipes/wip/services/coppwr/recipe.toml b/recipes/wip/services/coppwr/recipe.toml
index 332d267be56bae59ceeeb0fbc54ba2e6e1b3b2f7..815d3894e85951a8f0998a0b7e1e24efe647c866 100644
--- a/recipes/wip/services/coppwr/recipe.toml
+++ b/recipes/wip/services/coppwr/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO make pipewire work
 [source]
 git = "https://github.com/dimtpap/coppwr"
 rev = "f4e664b860b89801ec60eee479802f00af3cfdfc"
diff --git a/recipes/wip/sound/soundboard/recipe.toml b/recipes/wip/sound/soundboard/recipe.toml
index 74c1e05c60fcc7b169925fc937b10a6e4607ff04..21f1a5a13392efea3ca27ab435f00a9d577d820a 100644
--- a/recipes/wip/sound/soundboard/recipe.toml
+++ b/recipes/wip/sound/soundboard/recipe.toml
@@ -1,11 +1,12 @@
-#TODO Not compiled or tested
+#TODO Not compiled or tested (after cargo update)
 [source]
 git = "https://github.com/gamebooster/soundboard"
 [build]
 template = "custom"
-script = """
-cookbook_cargo --features full
-"""
 dependencies = [
     "glib",
+    "openssl1",
 ]
+script = """
+cookbook_cargo --features full
+"""