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