python3Packages.whichcraft: move LC_ALL into env for structuredAttrs
This commit is contained in:
@@ -16,7 +16,7 @@ buildPythonPackage rec {
|
||||
sha256 = "11yfkzyplizdgndy34vyd5qlmr1n5mxis3a3svxmx8fnccdvknxc";
|
||||
};
|
||||
|
||||
LC_ALL = "en_US.utf-8";
|
||||
env.LC_ALL = "en_US.utf-8";
|
||||
buildInputs = [ glibcLocales ];
|
||||
|
||||
nativeCheckInputs = [ pytest ];
|
||||
|
||||
Reference in New Issue
Block a user