arduino: fix fhsenv version

This commit is contained in:
Felix Buehler 2024-11-24 16:24:56 +01:00
parent af6f9b7aa8
commit b6ef6fe53a

View File

@ -3,7 +3,8 @@ let
arduino-unwrapped = arduino-core-unwrapped.override { inherit withGui withTeensyduino; };
in
buildFHSEnv {
name = "arduino";
pname = "arduino";
inherit (arduino-core-unwrapped) version;
targetPkgs =
pkgs: (with pkgs; [