redox/recipes/shells/nushell/recipe.toml
2026-02-08 22:14:30 +07:00

17 lines
302 B
TOML

#TODO: Reduce crate patches
[source]
git = "https://github.com/nushell/nushell"
rev = "172a070a4bbeff15a289813bc73d4628a3032210"
patches = ["redox.patch"]
[build]
dependencies = [
"openssl1"
]
template = "custom"
script = """
DYNAMIC_INIT
export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
cookbook_cargo
"""