3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.urwidtrees: enable glibclocales for tests

This commit is contained in:
Jonathan Ringer 2019-12-20 08:29:55 -08:00 committed by Frederik Rietdijk
parent d7bd4e4506
commit c767c90fa9

View file

@ -1,6 +1,7 @@
{ stdenv
, buildPythonPackage
, fetchFromGitHub
, glibcLocales
, urwid
}:
@ -17,6 +18,9 @@ buildPythonPackage rec {
propagatedBuildInputs = [ urwid ];
checkInputs = [ glibcLocales ];
LC_ALL="en_US.UTF-8";
meta = with stdenv.lib; {
description = "Tree widgets for urwid";
homepage = https://github.com/pazz/urwidtrees;