fix(aten-gui): bundle emoji font via fontconfig for button glyphs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f2123eb737
commit
40f8649126
1 changed files with 4 additions and 1 deletions
|
|
@ -62,7 +62,10 @@
|
|||
pkgs.libxcursor
|
||||
pkgs.libxrandr
|
||||
pkgs.libxi
|
||||
]}
|
||||
]} \
|
||||
--set FONTCONFIG_FILE ${pkgs.makeFontsConf {
|
||||
fontDirectories = [ pkgs.noto-fonts-monochrome-emoji ];
|
||||
}}
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue