arduino: fix fhsenv version
This commit is contained in:
@@ -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; [
|
||||
|
||||
Reference in New Issue
Block a user