libaccounts-glib: move env vars into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-19 17:30:26 +01:00
parent 78a8a9ca86
commit d009fcb371
+1 -1
View File
@@ -69,7 +69,7 @@ stdenv.mkDerivation (finalAttrs: {
--replace "subdir('tests')" ""
'';
LC_ALL = "en_US.UTF-8";
env.LC_ALL = "en_US.UTF-8";
mesonFlags = [
"-Dinstall-py-overrides=true"