redox/recipes/nushell/recipe.toml
2023-04-26 11:44:10 -06:00

17 lines
299 B
TOML

#TODO: build fails to link, we need the following in relibc
# - cfmakeraw
# - getgrgid_r
# - getgrouplist
# Additionally, openssl fails to link fprintf and sscanf
[source]
git = "https://github.com/jackpot51/nushell.git"
branch = "redox"
[build]
dependencies = [
"openssl"
]
template = "cargo"