summary refs log tree commit diff
path: root/pkgs/development/embedded/arduino/arduino-core/chrootenv.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/embedded/arduino/arduino-core/chrootenv.nix')
-rw-r--r--pkgs/development/embedded/arduino/arduino-core/chrootenv.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/embedded/arduino/arduino-core/chrootenv.nix b/pkgs/development/embedded/arduino/arduino-core/chrootenv.nix
index 4c13b2493a9..1313a9aeada 100644
--- a/pkgs/development/embedded/arduino/arduino-core/chrootenv.nix
+++ b/pkgs/development/embedded/arduino/arduino-core/chrootenv.nix
@@ -1,8 +1,8 @@
-{ lib, buildFHSUserEnv, arduino-core-unwrapped, withGui ? false, withTeensyduino ? false }:
+{ lib, buildFHSEnv, arduino-core-unwrapped, withGui ? false, withTeensyduino ? false }:
 let
   arduino-unwrapped = arduino-core-unwrapped.override { inherit withGui withTeensyduino; };
 in
-buildFHSUserEnv {
+buildFHSEnv {
   name = "arduino";
 
   targetPkgs =