cairocffi: need some fonts at build time

This commit is contained in:
Alexander V. Nikolaev 2016-02-06 04:16:48 +02:00
parent b4528a696a
commit b99e339419

View file

@ -2609,6 +2609,13 @@ in modules // {
};
LC_ALL = "en_US.UTF-8";
# checkPhase require at least one 'normal' font and one 'monospace',
# otherwise glyph tests fails
FONTCONFIG_FILE = pkgs.makeFontsConf {
fontDirectories = [ pkgs.freefont_ttf ];
};
buildInputs = with self; [ pytest pkgs.glibcLocales ];
propagatedBuildInputs = with self; [ pkgs.cairo cffi ];