pythonPackages.urwid: enable glibclocales for tests
This commit is contained in:
parent
57a78215a6
commit
d7bd4e4506
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchPypi }:
|
{ stdenv, buildPythonPackage, fetchPypi, glibcLocales }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "urwid";
|
pname = "urwid";
|
||||||
@ -9,6 +9,10 @@ buildPythonPackage rec {
|
|||||||
sha256 = "0896f36060beb6bf3801cb554303fef336a79661401797551ba106d23ab4cd86";
|
sha256 = "0896f36060beb6bf3801cb554303fef336a79661401797551ba106d23ab4cd86";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# tests need to be able to set locale
|
||||||
|
LC_ALL = "en_US.UTF-8";
|
||||||
|
checkInputs = [ glibcLocales ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A full-featured console (xterm et al.) user interface library";
|
description = "A full-featured console (xterm et al.) user interface library";
|
||||||
homepage = http://excess.org/urwid;
|
homepage = http://excess.org/urwid;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user