about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/turses
diff options
context:
space:
mode:
authorSilvan Mosberger <contact@infinisil.com>2020-02-21 17:56:24 +0100
committerSilvan Mosberger <contact@infinisil.com>2020-02-21 17:56:24 +0100
commitcf4130c9ec20282875d77c345ff9917ff8cb593a (patch)
tree580eed375346570077904c98724dae455657d089 /pkgs/applications/networking/instant-messengers/turses
parent7a56099d2d9a2a748ae488d527cb1cbdbc401f51 (diff)
turses: Fix build
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/turses')
-rw-r--r--pkgs/applications/networking/instant-messengers/turses/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/instant-messengers/turses/default.nix b/pkgs/applications/networking/instant-messengers/turses/default.nix
index 780dab79e997a..27977dae15f89 100644
--- a/pkgs/applications/networking/instant-messengers/turses/default.nix
+++ b/pkgs/applications/networking/instant-messengers/turses/default.nix
@@ -15,6 +15,8 @@ buildPythonPackage rec {
   checkInputs = [ mock pytest coverage tox ];
   propagatedBuildInputs = [ urwid tweepy future ];
 
+  LC_ALL = "en_US.UTF-8";
+
   patches = [
     (fetchpatch {
       url = "https://github.com/louipc/turses/commit/be0961b51f502d49fd9e2e5253ac130e543a31c7.patch";