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:
Davíð Steinn Geirsson 2026-03-12 21:18:45 +00:00
parent f2123eb737
commit 40f8649126

View file

@ -62,7 +62,10 @@
pkgs.libxcursor
pkgs.libxrandr
pkgs.libxi
]}
]} \
--set FONTCONFIG_FILE ${pkgs.makeFontsConf {
fontDirectories = [ pkgs.noto-fonts-monochrome-emoji ];
}}
'';
};