perl-LocaleGettext: fix test failure on cygwin by setting $LANG

This commit is contained in:
David McFarland 2017-05-23 10:36:22 -03:00
parent af165175da
commit f3c039ff8d

View file

@ -7753,6 +7753,7 @@ let self = _self // overrides; _self = with self; {
url = mirror://cpan/authors/id/P/PV/PVANDRY/gettext-1.05.tar.gz;
sha256 = "15262a00vx714szpx8p2z52wxkz46xp7acl72znwjydyq4ypydi7";
};
LANG="C";
};
LocaleMaketext = buildPerlPackage {