mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
Add nushell recipe (WIP)
This commit is contained in:
parent
35c71e561f
commit
d2b01cfcb0
16
recipes/nushell/recipe.toml
Normal file
16
recipes/nushell/recipe.toml
Normal file
@ -0,0 +1,16 @@
|
||||
#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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user