From 258dd18bac4bf5dd03cf1098ffa35cb954f9e015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 5 Apr 2020 15:57:20 +0200 Subject: Upgrade to nixos-unstable --- pkgs/terminal-velocity/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/terminal-velocity') diff --git a/pkgs/terminal-velocity/default.nix b/pkgs/terminal-velocity/default.nix index 9e79dee..1a015c0 100644 --- a/pkgs/terminal-velocity/default.nix +++ b/pkgs/terminal-velocity/default.nix @@ -15,6 +15,10 @@ buildPythonApplication rec { ./fix_build.patch ]; + preCheck = '' + # Needed for urwid test + export LC_ALL=en_US.UTF-8 + ''; propagatedBuildInputs = [ chardet urwid -- cgit v1.2.3