]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - pkgs/terminal-velocity/default.nix
Upgrade to nixos-unstable
[perso/Immae/Config/Nix.git] / pkgs / terminal-velocity / default.nix
index 9e79deea5bf60a092d3e3d93c8a759dfaa15cd2f..1a015c047397129f936ca6b24ad8573f79a74456 100644 (file)
@@ -15,6 +15,10 @@ buildPythonApplication rec {
     ./fix_build.patch
   ];
 
+  preCheck = ''
+    # Needed for urwid test
+    export LC_ALL=en_US.UTF-8
+    '';
   propagatedBuildInputs = [
     chardet
     urwid