forked from mirrors/nixpkgs
cairocffi: need some fonts at build time
This commit is contained in:
parent
b4528a696a
commit
b99e339419
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue