mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #143833 from Artturin/kittyfontconff
This commit is contained in:
commit
2357e25d56
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue