nixpkgs/pkgs/build-support/dotnet/build-dotnet-module
Winter 8c8524bc9a buildDotnetModule: fix sandboxed builds on darwin
ICU tries to unconditionally load files from /usr/share/icu on Darwin,
which makes builds fail in the sandbox. Thus, let's disable ICU during
the build on Darwin by setting DOTNET_SYSTEM_GLOBALIZATION_INVARIANT [0].

[0]: https://learn.microsoft.com/en-us/dotnet/core/runtime-config/globalization#invariant-mode
2023-02-21 18:04:39 -05:00
..
hooks buildDotnetModule: proper escaping of disabledTests 2023-01-17 16:46:13 +01:00
default.nix buildDotnetModule: fix sandboxed builds on darwin 2023-02-21 18:04:39 -05:00