diff --git a/recipes/wip/dev/sccache/recipe.toml b/recipes/wip/dev/sccache/recipe.toml index 85e478138..120b5979e 100644 --- a/recipes/wip/dev/sccache/recipe.toml +++ b/recipes/wip/dev/sccache/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO libc error [source] git = "https://github.com/mozilla/sccache" [build] diff --git a/recipes/wip/dev/stgit/recipe.toml b/recipes/wip/dev/stgit/recipe.toml index 7f9a60d10..02c07a27a 100644 --- a/recipes/wip/dev/stgit/recipe.toml +++ b/recipes/wip/dev/stgit/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/stacked-git/stgit" [build] template = "cargo" +dependencies = [ + "openssl1", +]