Commit 294f8c69 authored by David Stritzl's avatar David Stritzl
Browse files

platformio-core: add missing dependency on aarch64-darwin

The chardet package was added as a dependency on aarch64-darwin
platforms upstream:
https://github.com/platformio/platformio-core/commit/9170eee
parent a0d3f10c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -72,7 +72,8 @@ with python3Packages; buildPythonApplication rec {
    uvicorn
    wsproto
    zeroconf

  ] ++ lib.optionals (stdenv.isDarwin && stdenv.isAarch64) [
    chardet
  ];

  preCheck = ''