kitty: fix fontconfig warning during tests

This commit is contained in:
Artturin
2021-10-31 13:57:39 +02:00
parent 23f71e9427
commit 58fda166ed
@@ -100,6 +100,9 @@ buildPythonApplication rec {
else "linux-package/bin";
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
'';