pythonPackages.urwidtrees: enable glibclocales for tests
This commit is contained in:
parent
d7bd4e4506
commit
c767c90fa9
@ -1,6 +1,7 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
, glibcLocales
|
||||||
, urwid
|
, urwid
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -17,6 +18,9 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ urwid ];
|
propagatedBuildInputs = [ urwid ];
|
||||||
|
|
||||||
|
checkInputs = [ glibcLocales ];
|
||||||
|
LC_ALL="en_US.UTF-8";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Tree widgets for urwid";
|
description = "Tree widgets for urwid";
|
||||||
homepage = https://github.com/pazz/urwidtrees;
|
homepage = https://github.com/pazz/urwidtrees;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user