telepathy-glib: move env vars into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-19 17:43:17 +01:00
parent bbbc13310a
commit c2b6f72cc9
+1 -1
View File
@@ -49,7 +49,7 @@ stdenv.mkDerivation (finalAttrs: {
"--enable-vala-bindings"
];
LC_ALL = "en_US.UTF-8";
env.LC_ALL = "en_US.UTF-8";
enableParallelBuilding = true;