diff --git a/recipes/wip/dev/sccache/recipe.toml b/recipes/wip/dev/sccache/recipe.toml index 85e478138659e08075355c5d583a960ee89ac251..120b5979e4016f94ae1deec367c34e04697db36a 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 7f9a60d100954e7bd798dd6a0aedf15804d41126..02c07a27a99cba897b85da2174d01e26a3e8890c 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", +]