python3Packages.musicbrainzngs: move LC_ALL into env for structuredAttrs
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user