kitty: fix fontconfig warning during tests
This commit is contained in:
parent
23f71e9427
commit
58fda166ed
1 changed files with 3 additions and 0 deletions
|
@ -100,6 +100,9 @@ buildPythonApplication rec {
|
||||||
else "linux-package/bin";
|
else "linux-package/bin";
|
||||||
in
|
in
|
||||||
''
|
''
|
||||||
|
# Fontconfig error: Cannot load default config file: No such file: (null)
|
||||||
|
export FONTCONFIG_FILE=${fontconfig.out}/etc/fonts/fonts.conf
|
||||||
|
|
||||||
env PATH="${buildBinPath}:$PATH" ${python.interpreter} test.py
|
env PATH="${buildBinPath}:$PATH" ${python.interpreter} test.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue