telepathy-glib: move env vars into env for structuredAttrs
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user