diff --git a/recipes/wip/starship/recipe.toml b/recipes/wip/starship/recipe.toml index 908477fb0fa623b38b466eedae21c9ba67eb6791..18582e826391b6ee0c13ca536edbcf0cbe571130 100644 --- a/recipes/wip/starship/recipe.toml +++ b/recipes/wip/starship/recipe.toml @@ -1,3 +1,4 @@ +#TODO xdg-home crate error #TODO nix::unistd::User [source] git = "https://github.com/starship/starship" diff --git a/recipes/wip/steel/recipe.toml b/recipes/wip/steel/recipe.toml index 9bc2c28e076463b35fa55058116672d3b12eebfa..bfa9b713abe75eaa9cb35ed140eb41f1db35a400 100644 --- a/recipes/wip/steel/recipe.toml +++ b/recipes/wip/steel/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/mattwparas/steel" [build] template = "cargo" +dependencies = [ + "openssl1", +]