mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 04:25:14 +00:00
arduino: fix fhsenv version
This commit is contained in:
parent
af6f9b7aa8
commit
b6ef6fe53a
@ -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