mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
arduino: fix fhsenv version (#358738)
This commit is contained in:
commit
f6cd55f50b
@ -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; [
|
||||
|
Loading…
Reference in New Issue
Block a user