diff --git a/recipes/wip/math/kalc/recipe.toml b/recipes/wip/math/kalc/recipe.toml index dfa51c963..6217dc976 100644 --- a/recipes/wip/math/kalc/recipe.toml +++ b/recipes/wip/math/kalc/recipe.toml @@ -1,10 +1,5 @@ -#TODO Not compiled or tested +#TODO gmp-mpfr-sys crate error [source] git = "https://github.com/bgkillas/kalc" [build] template = "cargo" -dependencies = [ - "libgmp", - "libmpfr", - "mpc", -] diff --git a/recipes/wip/net/anime-downloader/recipe.toml b/recipes/wip/net/anime-downloader/recipe.toml index 3451f0bdc..5c9b93fd6 100644 --- a/recipes/wip/net/anime-downloader/recipe.toml +++ b/recipes/wip/net/anime-downloader/recipe.toml @@ -1,6 +1,5 @@ -#TODO Not compiled or tested +#TODO port to Orbital [source] git = "https://github.com/B0SEmc/Anime-Downloader" -rev = "36439fcf8665a363d95fe0e56de69909d0ff381b" [build] template = "cargo" diff --git a/recipes/wip/net/crab-dlna/recipe.toml b/recipes/wip/net/crab-dlna/recipe.toml index d2997e5ae..4a6217f89 100644 --- a/recipes/wip/net/crab-dlna/recipe.toml +++ b/recipes/wip/net/crab-dlna/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO get_if_addrs crate error [source] git = "https://github.com/gabrielmagno/crab-dlna" [build] diff --git a/recipes/wip/net/simple-http-server/recipe.toml b/recipes/wip/net/simple-http-server/recipe.toml index f8a88573f..a269ad81e 100644 --- a/recipes/wip/net/simple-http-server/recipe.toml +++ b/recipes/wip/net/simple-http-server/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/TheWaWaR/simple-http-server" [build] template = "cargo" +dependencies = [ + "openssl1", +]