Commit a758953c authored by adisbladis's avatar adisbladis
Browse files

platformio: add ncurses

Running `pio check` with clang-tidy currently fails because of lacking libtinfo.
parent 2dcd59fd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ let
      zlib
      git
      xdg-user-dirs
      ncurses
    ]) ++ (with python.pkgs; [
      python
      setuptools