forked from mirrors/nixpkgs
platformio: unset broken on aarch64
This commit is contained in:
parent
e4849f4b33
commit
e8f68df62a
|
@ -148,7 +148,6 @@ with python.pkgs; buildPythonApplication rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
broken = stdenv.isAarch64;
|
|
||||||
description = "An open source ecosystem for IoT development";
|
description = "An open source ecosystem for IoT development";
|
||||||
homepage = "https://platformio.org";
|
homepage = "https://platformio.org";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
|
|
Loading…
Reference in a new issue