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", +]