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:
@@ -72,7 +72,8 @@ with python3Packages; buildPythonApplication rec {
|
||||
uvicorn
|
||||
wsproto
|
||||
zeroconf
|
||||
|
||||
] ++ lib.optionals (stdenv.isDarwin && stdenv.isAarch64) [
|
||||
chardet
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
|
||||
Reference in New Issue
Block a user