From 8e8bbbca04c70a2132db6277e94ebce568e3c371 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 29 Jan 2020 10:05:22 +0000 Subject: fix(nix/buildLisp): Ensure SBCL uses UTF-8 encoding --- nix/buildLisp/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nix/buildLisp') diff --git a/nix/buildLisp/default.nix b/nix/buildLisp/default.nix index 58ba492a01..3203206fbe 100644 --- a/nix/buildLisp/default.nix +++ b/nix/buildLisp/default.nix @@ -116,6 +116,7 @@ let lispDeps = allDeps deps; in runCommandNoCC "${name}-cllib" { LD_LIBRARY_PATH = lib.makeLibraryPath lispNativeDeps; + LANG = "C.UTF-8"; } '' ${sbcl}/bin/sbcl --script ${genCompileLisp srcs lispDeps} -- cgit 1.4.1