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
This commit is contained in:
David Stritzl
2024-02-01 21:47:05 +01:00
parent a0d3f10c75
commit 294f8c690c
@@ -72,7 +72,8 @@ with python3Packages; buildPythonApplication rec {
uvicorn
wsproto
zeroconf
] ++ lib.optionals (stdenv.isDarwin && stdenv.isAarch64) [
chardet
];
preCheck = ''