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,4 +1,4 @@
|
|||
{ lib, stdenv, buildGoModule, fetchFromGitHub, buildFHSUserEnv, installShellFiles }:
|
||||
{ lib, stdenv, buildGoModule, fetchFromGitHub, buildFHSEnv, installShellFiles }:
|
||||
|
||||
let
|
||||
|
||||
|
@ -48,10 +48,10 @@ let
|
|||
|
||||
in
|
||||
if stdenv.isLinux then
|
||||
# buildFHSUserEnv is needed because the arduino-cli downloads compiler
|
||||
# buildFHSEnv is needed because the arduino-cli downloads compiler
|
||||
# toolchains from the internet that have their interpreters pointed at
|
||||
# /lib64/ld-linux-x86-64.so.2
|
||||
buildFHSUserEnv
|
||||
buildFHSEnv
|
||||
{
|
||||
inherit (pkg) name meta;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue