python3Packages.pypdf3: move LC_ALL into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-28 13:51:29 +01:00
parent 9e76492cae
commit ea554cac63
@@ -18,7 +18,7 @@ buildPythonPackage (finalAttrs: {
hash = "sha256-yUbzJzQZ43JY415yJz9JkEqxVyPYenYcERXvmXmfjF8=";
};
LC_ALL = "en_US.UTF-8";
env.LC_ALL = "en_US.UTF-8";
buildInputs = [ glibcLocales ];
checkPhase = ''