mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
Add terminfo as nano package deps
This commit is contained in:
parent
ed76bda991
commit
ac3d53cba3
@ -9,3 +9,8 @@ script = """
|
||||
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
|
||||
cookbook_configure
|
||||
"""
|
||||
|
||||
[package]
|
||||
dependencies = [
|
||||
"terminfo"
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user