platformio: add ncurses

Running `pio check` with clang-tidy currently fails because of lacking libtinfo.
This commit is contained in:
adisbladis 2023-04-12 19:15:47 +12:00
parent 2dcd59fd17
commit a758953c19

View File

@ -10,6 +10,7 @@ let
zlib
git
xdg-user-dirs
ncurses
]) ++ (with python.pkgs; [
python
setuptools