From c8104f6d2c3cadc7bc65e85acbb145fd77ecae5b Mon Sep 17 00:00:00 2001 From: Ribbon Date: Mon, 10 Jun 2024 20:59:40 +0000 Subject: [PATCH] Update recipes --- recipes/wip/finance/apcacli/recipe.toml | 3 +++ recipes/wip/finance/btc-vanity/recipe.toml | 2 +- recipes/wip/finance/rusty-blockparser/recipe.toml | 2 +- recipes/wip/tools/dotr/recipe.toml | 2 +- recipes/wip/tools/fennec/recipe.toml | 2 +- recipes/wip/tools/lddtree-rs/recipe.toml | 2 +- recipes/wip/tools/lucid/recipe.toml | 2 +- recipes/wip/tools/nickel/recipe.toml | 2 +- recipes/wip/tools/rfetch/recipe.toml | 2 +- 9 files changed, 11 insertions(+), 8 deletions(-) diff --git a/recipes/wip/finance/apcacli/recipe.toml b/recipes/wip/finance/apcacli/recipe.toml index 8782aa9a..d288822b 100644 --- a/recipes/wip/finance/apcacli/recipe.toml +++ b/recipes/wip/finance/apcacli/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/d-e-s-o/apcacli" [build] template = "cargo" +dependencies = [ + "openssl1", +] diff --git a/recipes/wip/finance/btc-vanity/recipe.toml b/recipes/wip/finance/btc-vanity/recipe.toml index d9855593..a6f64b89 100644 --- a/recipes/wip/finance/btc-vanity/recipe.toml +++ b/recipes/wip/finance/btc-vanity/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/Emivvvvv/btc-vanity" [build] diff --git a/recipes/wip/finance/rusty-blockparser/recipe.toml b/recipes/wip/finance/rusty-blockparser/recipe.toml index 054984c2..c7c853e1 100644 --- a/recipes/wip/finance/rusty-blockparser/recipe.toml +++ b/recipes/wip/finance/rusty-blockparser/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO fs2 crate error [source] git = "https://github.com/gcarq/rusty-blockparser" [build] diff --git a/recipes/wip/tools/dotr/recipe.toml b/recipes/wip/tools/dotr/recipe.toml index 7a26903c..4e865387 100644 --- a/recipes/wip/tools/dotr/recipe.toml +++ b/recipes/wip/tools/dotr/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/dpc/dotr" [build] diff --git a/recipes/wip/tools/fennec/recipe.toml b/recipes/wip/tools/fennec/recipe.toml index 66e4868a..e6213efc 100644 --- a/recipes/wip/tools/fennec/recipe.toml +++ b/recipes/wip/tools/fennec/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO update ring version (after cargo update) [source] git = "https://github.com/AbdulRhmanAlfaifi/Fennec" [build] diff --git a/recipes/wip/tools/lddtree-rs/recipe.toml b/recipes/wip/tools/lddtree-rs/recipe.toml index 4aa0d9ef..62fd4918 100644 --- a/recipes/wip/tools/lddtree-rs/recipe.toml +++ b/recipes/wip/tools/lddtree-rs/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/messense/lddtree-rs" [build] diff --git a/recipes/wip/tools/lucid/recipe.toml b/recipes/wip/tools/lucid/recipe.toml index 9a75dbe7..6aef6188 100644 --- a/recipes/wip/tools/lucid/recipe.toml +++ b/recipes/wip/tools/lucid/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO nix crate error [source] git = "https://github.com/sharkdp/lucid" [build] diff --git a/recipes/wip/tools/nickel/recipe.toml b/recipes/wip/tools/nickel/recipe.toml index aa49f9ed..6715cb82 100644 --- a/recipes/wip/tools/nickel/recipe.toml +++ b/recipes/wip/tools/nickel/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO rustyline crate error [source] git = "https://github.com/tweag/nickel" [build] diff --git a/recipes/wip/tools/rfetch/recipe.toml b/recipes/wip/tools/rfetch/recipe.toml index 0b2ddf21..3a1287cb 100644 --- a/recipes/wip/tools/rfetch/recipe.toml +++ b/recipes/wip/tools/rfetch/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO nix crate error (after cargo update) [source] git = "https://github.com/kamui-fin/rfetch" [build]