summaryrefslogtreecommitdiff
path: root/pkgs/terminal-velocity/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/terminal-velocity/default.nix')
-rw-r--r--pkgs/terminal-velocity/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/terminal-velocity/default.nix b/pkgs/terminal-velocity/default.nix
index 9e79deea..1a015c04 100644
--- a/pkgs/terminal-velocity/default.nix
+++ b/pkgs/terminal-velocity/default.nix
@@ -15,6 +15,10 @@ buildPythonApplication rec {
15 ./fix_build.patch 15 ./fix_build.patch
16 ]; 16 ];
17 17
18 preCheck = ''
19 # Needed for urwid test
20 export LC_ALL=en_US.UTF-8
21 '';
18 propagatedBuildInputs = [ 22 propagatedBuildInputs = [
19 chardet 23 chardet
20 urwid 24 urwid