From 377e7b637fe9a13ada4266cb9ccf9c548db07af6 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Wed, 20 Dec 2023 19:16:05 +0000 Subject: [PATCH] update recipes --- recipes/wip/atuin/recipe.toml | 2 +- recipes/wip/backhand/recipe.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/wip/atuin/recipe.toml b/recipes/wip/atuin/recipe.toml index 406fd48d5..02e3054c7 100644 --- a/recipes/wip/atuin/recipe.toml +++ b/recipes/wip/atuin/recipe.toml @@ -1,4 +1,4 @@ -#TODO require a patch on tokio (update the version) +#TODO require Wayland [source] git = "https://github.com/ellie/atuin" [build] diff --git a/recipes/wip/backhand/recipe.toml b/recipes/wip/backhand/recipe.toml index 65bf91b5b..74562aef7 100644 --- a/recipes/wip/backhand/recipe.toml +++ b/recipes/wip/backhand/recipe.toml @@ -5,5 +5,5 @@ rev = "96c83729a791526ff0a3fd8e9390740c25ae8184" [build] template = "custom" script = """ -cookbook_cargo_packages backhand-cli +cookbook_cargo --bin backhand-cli """