pythonPackages.urwidtrees: enable glibclocales for tests

This commit is contained in:
Jonathan Ringer
2019-12-30 16:46:49 +01:00
committed by Frederik Rietdijk
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;