platformio: unmark as broken on aarch64-linux

This commit is contained in:
arcnmx 2022-11-07 07:48:42 -08:00
parent a3b7b770ce
commit 6a01d889b3

View File

@ -148,6 +148,5 @@ with python3.pkgs; buildPythonApplication rec {
homepage = "https://platformio.org";
license = licenses.asl20;
maintainers = with maintainers; [ mog makefu ];
broken = stdenv.isAarch64;
};
}