Unverified Commit be20e3ef authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

platformio-chrootenv: add cmake, ninja, wheel, virtualenv (#508179)

parents f90531de e01a584a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -17,11 +17,18 @@ let
      xdg-user-dirs
      ncurses
      udev
      # Required for esp-idf and other frameworks that manage their own
      # Python virtual environments during the build process.
      # See: https://github.com/NixOS/nixpkgs/issues/133185
      cmake
      ninja
    ])
    ++ (with python.pkgs; [
      python
      setuptools
      pip
      wheel
      virtualenv
      bottle
    ]);