Merge pull request #166600 from midchildan/feat/noto-cjk-variable

noto-fonts-cjk: switch back to variable font

authored by Bobby Rong and committed by GitHub 80a7ae8f 1988f9a1

+4 -4
+4 -4
pkgs/data/fonts/noto-fonts/default.nix
··· 71 owner = "googlefonts"; 72 repo = "noto-cjk"; 73 inherit rev sha256; 74 - sparseCheckout = "${typeface}/OTC"; 75 }; 76 77 installPhase = '' 78 - install -m444 -Dt $out/share/fonts/opentype/noto-cjk ${typeface}/OTC/*.ttc 79 ''; 80 81 passthru.tests.noto-fonts = nixosTests.noto-fonts; ··· 117 typeface = "Sans"; 118 version = "2.004"; 119 rev = "9f7f3c38eab63e1d1fddd8d50937fe4f1eacdb1d"; 120 - sha256 = "sha256-pNC/WJCYHSlU28E/CSFsrEMbyCe/6tjevDlOvDK9RwU="; 121 }; 122 123 noto-fonts-cjk-serif = mkNotoCJK { 124 typeface = "Serif"; 125 version = "2.000"; 126 rev = "9f7f3c38eab63e1d1fddd8d50937fe4f1eacdb1d"; 127 - sha256 = "sha256-Iy4lmWj5l+/Us/dJJ/Jl4MEojE9mrFnhNQxX2zhVngY="; 128 }; 129 130 noto-fonts-emoji = let
··· 71 owner = "googlefonts"; 72 repo = "noto-cjk"; 73 inherit rev sha256; 74 + sparseCheckout = "${typeface}/Variable/OTC"; 75 }; 76 77 installPhase = '' 78 + install -m444 -Dt $out/share/fonts/opentype/noto-cjk ${typeface}/Variable/OTC/*.otf.ttc 79 ''; 80 81 passthru.tests.noto-fonts = nixosTests.noto-fonts; ··· 117 typeface = "Sans"; 118 version = "2.004"; 119 rev = "9f7f3c38eab63e1d1fddd8d50937fe4f1eacdb1d"; 120 + sha256 = "sha256-11d/78i21yuzxrfB5t2VQN9OBz/qZKeozuS6BrLFjzw="; 121 }; 122 123 noto-fonts-cjk-serif = mkNotoCJK { 124 typeface = "Serif"; 125 version = "2.000"; 126 rev = "9f7f3c38eab63e1d1fddd8d50937fe4f1eacdb1d"; 127 + sha256 = "sha256-G+yl3LZvSFpbEUuuvattPDctKTzBCshOi970DcbPliE="; 128 }; 129 130 noto-fonts-emoji = let