arduino: fix fhsenv version (#358738)

This commit is contained in:
Felix Bühler 2024-11-24 21:08:13 +01:00 committed by GitHub
commit f6cd55f50b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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; [