python3Packages.seekpath: move LC_ALL into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-28 13:51:30 +01:00
parent 1a3bd5f149
commit bdb30919ce
@@ -22,7 +22,7 @@ buildPythonPackage rec {
hash = "sha256-mrutQCSSiiLPt0KEohZeYcQ8aw2Jhy02bEvn6Of8w6U=";
};
LC_ALL = "en_US.utf-8";
env.LC_ALL = "en_US.utf-8";
build-system = [ setuptools ];