From b6ef6fe53aa9c7eddf710371dbd6cba940aea7f8 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sun, 24 Nov 2024 16:24:56 +0100 Subject: [PATCH] arduino: fix fhsenv version --- pkgs/development/embedded/arduino/arduino-core/chrootenv.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/embedded/arduino/arduino-core/chrootenv.nix b/pkgs/development/embedded/arduino/arduino-core/chrootenv.nix index 2efab1f1e2f5..6697ecc6b192 100644 --- a/pkgs/development/embedded/arduino/arduino-core/chrootenv.nix +++ b/pkgs/development/embedded/arduino/arduino-core/chrootenv.nix @@ -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; [