redox/recipes/terminal/nushell/recipe.toml
2026-05-22 01:46:02 +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 = [
"openssl3"
]
template = "custom"
script = """
DYNAMIC_INIT
export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
cookbook_cargo
"""