mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
17 lines
302 B
TOML
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
|
|
"""
|