mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-06 03:28:42 +08:00
17 lines
299 B
TOML
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"
|
|
|