From 56a4017dc7261722f50a831e565a032c22dc1eb3 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Fri, 22 Dec 2023 15:03:04 +0000
Subject: [PATCH] update recipes

---
 recipes/wip/news-rs/recipe.toml | 2 +-
 recipes/wip/niri/recipe.toml    | 4 ++++
 recipes/wip/nomad/recipe.toml   | 3 +++
 3 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/recipes/wip/news-rs/recipe.toml b/recipes/wip/news-rs/recipe.toml
index b54da26cd..8f5b6ef20 100644
--- a/recipes/wip/news-rs/recipe.toml
+++ b/recipes/wip/news-rs/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO mio crate error (after cargo update)
 [source]
 git = "https://github.com/Atticus64/news"
 [build]
diff --git a/recipes/wip/niri/recipe.toml b/recipes/wip/niri/recipe.toml
index ca364ae5c..76763e59e 100644
--- a/recipes/wip/niri/recipe.toml
+++ b/recipes/wip/niri/recipe.toml
@@ -1,8 +1,12 @@
+#TODO Port Smithay
 #TODO probably wrong script for configuration, see https://github.com/YaLTeR/niri#installation
 [source]
 git = "https://github.com/YaLTeR/niri"
 [build]
 template = "custom"
+dependencies = [
+    "libwayland",
+]
 script = """
 mkdir -pv "${COOKBOOK_STAGE}"/bin
 mkdir -pv "${COOKBOOK_STAGE}"/home/user/.local/share/wayland-sessions
diff --git a/recipes/wip/nomad/recipe.toml b/recipes/wip/nomad/recipe.toml
index 6987f10a4..abcc9ed2e 100644
--- a/recipes/wip/nomad/recipe.toml
+++ b/recipes/wip/nomad/recipe.toml
@@ -4,3 +4,6 @@
 git = "https://github.com/JosephLai241/nomad"
 [build]
 template = "cargo"
+dependencies = [
+    "openssl1",
+]
-- 
GitLab