1 { lib, buildFHSEnv, platformio-core }:
6 inherit (platformio-core) python;
15 ]) ++ (with python.pkgs; [
25 inherit (platformio-core) version;
27 targetPkgs = pio-pkgs;
28 # disabled temporarily because fastdiff no longer support 32bit
29 # multiPkgs = pio-pkgs;
32 description = "Open source ecosystem for IoT development";
33 homepage = "https://platformio.org";
34 maintainers = with maintainers; [ mog ];
35 license = licenses.asl20;
36 platforms = with platforms; linux;
39 extraInstallCommands = ''
40 ln -s $out/bin/platformio $out/bin/pio
41 ln -s ${platformio-core.udev}/lib $out/lib
44 runScript = "platformio";