mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
noto-fonts-cjk: fix rendering issues
The variable font build of Noto CJK was displaying tofus on some GTK apps. This fixes the issue by using non-variable OTCs instead. https://github.com/NixOS/nixpkgs/pull/145767#issuecomment-1016437188
This commit is contained in:
parent
c4a5efa965
commit
88ef066644
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ let
|
|||
};
|
||||
|
||||
installPhase = ''
|
||||
install -m444 -Dt $out/share/fonts/opentype/noto-cjk ${typeface}/Variable/OTC/*.otf.ttc
|
||||
install -m444 -Dt $out/share/fonts/opentype/noto-cjk ${typeface}/OTC/*.ttc
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue