Merge pull request #143833 from Artturin/kittyfontconff

This commit is contained in:
Artturi 2021-10-31 14:35:33 +02:00 committed by GitHub
commit 2357e25d56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
'';