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:
midchildan 2022-01-22 02:59:51 +09:00
parent c4a5efa965
commit 88ef066644
No known key found for this signature in database
GPG key ID: A64DE57FA5963935

View file

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