From 48c064b76e6153393759c9fb134580ad34a44383 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 21 Dec 2023 13:35:51 +0000 Subject: [PATCH] update recipes --- recipes/wip/hashgood/recipe.toml | 2 +- recipes/wip/headers/recipe.toml | 5 ++++- recipes/wip/helix/recipe.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/recipes/wip/hashgood/recipe.toml b/recipes/wip/hashgood/recipe.toml index 955423716..ec0778f28 100644 --- a/recipes/wip/hashgood/recipe.toml +++ b/recipes/wip/hashgood/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested (after cargo update) [source] git = "https://github.com/thombles/hashgood" [build] diff --git a/recipes/wip/headers/recipe.toml b/recipes/wip/headers/recipe.toml index b1eea7f47..70db59f0a 100644 --- a/recipes/wip/headers/recipe.toml +++ b/recipes/wip/headers/recipe.toml @@ -1,5 +1,8 @@ -#TODO compilation error (related to X11?) +#TODO make libxcb work [source] git = "https://github.com/transmissions11/headers" [build] template = "cargo" +dependencies = [ + "libxcb", +] diff --git a/recipes/wip/helix/recipe.toml b/recipes/wip/helix/recipe.toml index 3232d0079..2dd795d4f 100644 --- a/recipes/wip/helix/recipe.toml +++ b/recipes/wip/helix/recipe.toml @@ -1,6 +1,6 @@ #TODO helix-term error (after cargo update) [source] -tar = "https://github.com/helix-editor/helix/releases/download/23.05/helix-23.05-source.tar.xz" +tar = "https://github.com/helix-editor/helix" [build] template = "custom" script = """