From cf4130c9ec20282875d77c345ff9917ff8cb593a Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Fri, 21 Feb 2020 17:56:24 +0100 Subject: turses: Fix build --- pkgs/applications/networking/instant-messengers/turses/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/applications/networking/instant-messengers/turses') 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"; -- cgit 1.4.1