redox/recipes/shells/nushell/recipe.toml
2026-04-11 07:16:54 +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
"""