summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2023-04-12 19:15:47 +1200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-04-12 09:37:48 +0000
commit0b4fe92ef7635c4288a6590bf9cfae21ebbc0dc0 (patch)
tree08ddcccc516a3fe15a7267ec42a708d759b7ddcc
parentMerge pull request #225809 from NixOS/backport-225765-to-release-22.11 (diff)
downloadnixpkgs-0b4fe92ef7635c4288a6590bf9cfae21ebbc0dc0.tar.gz
platformio: add ncurses
Running `pio check` with clang-tidy currently fails because of lacking libtinfo. (cherry picked from commit a758953c19b384e03a2ca724167b94c4090a97af)
-rw-r--r--pkgs/development/embedded/platformio/chrootenv.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/embedded/platformio/chrootenv.nix b/pkgs/development/embedded/platformio/chrootenv.nix
index 75f9adf0d3e6..a82b481cdea2 100644
--- a/pkgs/development/embedded/platformio/chrootenv.nix
+++ b/pkgs/development/embedded/platformio/chrootenv.nix
@@ -10,6 +10,7 @@ let
zlib
git
xdg-user-dirs
+ ncurses
]) ++ (with python.pkgs; [
python
setuptools