diff --git a/recipes/wip/dev/omnibor-rs/recipe.toml b/recipes/wip/dev/omnibor-rs/recipe.toml index 3a9e19bd3..2f407ee96 100644 --- a/recipes/wip/dev/omnibor-rs/recipe.toml +++ b/recipes/wip/dev/omnibor-rs/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO Bash error with the "--build-binary" Cargo flag [source] git = "https://github.com/omnibor/omnibor-rs" [build] diff --git a/recipes/wip/dev/rgit/recipe.toml b/recipes/wip/dev/rgit/recipe.toml index 2f628a6fb..ddaff052f 100644 --- a/recipes/wip/dev/rgit/recipe.toml +++ b/recipes/wip/dev/rgit/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/w4/rgit" [build] template = "cargo" +dependencies = [ + "openssl1", +] diff --git a/recipes/wip/dev/srgn/recipe.toml b/recipes/wip/dev/srgn/recipe.toml deleted file mode 100644 index 9b9621c2a..000000000 --- a/recipes/wip/dev/srgn/recipe.toml +++ /dev/null @@ -1,5 +0,0 @@ -#TODO Not compiled or tested -[source] -git = "https://github.com/alexpovel/srgn" -[build] -template = "cargo" diff --git a/recipes/wip/dev/wepl/recipe.toml b/recipes/wip/dev/wepl/recipe.toml index 19df7d20d..351e6ef0d 100644 --- a/recipes/wip/dev/wepl/recipe.toml +++ b/recipes/wip/dev/wepl/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO fs-set-times crate error [source] git = "https://github.com/rylev/wepl" [build]