python3Packages.musicbrainzngs: move LC_ALL into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-28 13:51:28 +01:00
parent 82b6463b27
commit 9e76492cae
@@ -17,7 +17,7 @@ buildPythonPackage rec {
buildInputs = [ pkgs.glibcLocales ];
LC_ALL = "en_US.UTF-8";
env.LC_ALL = "en_US.UTF-8";
preCheck = ''
# Remove tests that rely on networking (breaks sandboxed builds)