mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
tree-wide: buildFHSUserEnv -> buildFHSEnv
This commit is contained in:
parent
1baab4e14a
commit
f63a12f296
60 changed files with 114 additions and 110 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue