diff --git a/recipes/wip/math/kalc/recipe.toml b/recipes/wip/math/kalc/recipe.toml index dfa51c9635bff990d637435d6197512cbc48bab1..6217dc9764045811bcb18981f6ed52aa8481c81a 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 3451f0bdcc0129ce76e434c34422c75c9f7e36f5..5c9b93fd66ac5966768065769b5d3411c07a781a 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 d2997e5aeb5aeb38ddd04f58d9fe65aa2d9b750d..4a6217f8969a6051f02279464cca5674b89cb708 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 f8a88573f5332abefc85797c49651ee7461714f2..a269ad81e50076be8d8ea481f238e1162d525ff3 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", +]