1 { lib, buildFHSEnv, platformio-core }:
6 inherit (platformio-core) python;
14 ]) ++ (with python.pkgs; [
25 targetPkgs = pio-pkgs;
26 # disabled temporarily because fastdiff no longer support 32bit
27 # multiPkgs = pio-pkgs;
30 description = "An open source ecosystem for IoT development";
31 homepage = "https://platformio.org";
32 maintainers = with maintainers; [ mog ];
33 license = licenses.asl20;
34 platforms = with platforms; linux;
37 extraInstallCommands = ''
38 ln -s $out/bin/platformio $out/bin/pio
39 ln -s ${platformio-core.udev}/lib $out/lib
42 runScript = "platformio";