further workarounds for font issues

This commit is contained in:
Trolli Schmittlauch 2019-08-30 01:55:44 +02:00
parent e6e3686fab
commit 4bdd69ead9
3 changed files with 295 additions and 6 deletions

View file

@ -41,6 +41,7 @@ mkShell {
opensans-ttf
xits-math
stix-otf
fontconfig
# for instance DNS query script
(python3.withPackages (ps: with ps; [
@ -60,4 +61,7 @@ mkShell {
git-lfs
(sqlite.override {interactive=true;})
];
# for font discovery
FONTCONFIG_FILE = makeFontsConf { fontDirectories = [ lmodern opensans-ttf xits-math stix-otf ]; };
}