pythonPackages.fonttools: fix tests

This commit is contained in:
Robert Schütz 2018-03-02 03:21:19 +01:00
parent 2732be0649
commit a412ecc439

View file

@ -3,6 +3,7 @@
, numpy
, pytest
, pytestrunner
, glibcLocales
}:
buildPythonPackage rec {
@ -25,6 +26,10 @@ buildPythonPackage rec {
glibcLocales
];
preCheck = ''
export LC_ALL="en_US.UTF-8"
'';
meta = {
homepage = https://github.com/fonttools/fonttools;
description = "A library to manipulate font files from Python";