python3Packages.djmail: move LC_ALL into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-28 13:51:27 +01:00
parent d455e31613
commit 729be2e5de
@@ -26,7 +26,7 @@ buildPythonPackage rec {
nativeBuildInputs = [ glibcLocales ];
LC_ALL = "en_US.UTF-8";
env.LC_ALL = "en_US.UTF-8";
propagatedBuildInputs = [
celery