about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nix/buildLisp/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/buildLisp/default.nix b/nix/buildLisp/default.nix
index 5d9861891b..2ee635d4c1 100644
--- a/nix/buildLisp/default.nix
+++ b/nix/buildLisp/default.nix
@@ -146,6 +146,7 @@ let
   in runCommandNoCC "${name}" {
     nativeBuildInputs = [ makeWrapper ];
     LD_LIBRARY_PATH = libPath;
+    LANG = "C.UTF-8";
   } ''
     mkdir -p $out/bin