pythonPackages.fonttools: fix tests
This commit is contained in:
parent
2732be0649
commit
a412ecc439
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user