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