noto-fonts-cjk-serif': migrate to by-name

This commit is contained in:
Primrose 2025-05-20 17:07:46 +02:00
parent c7012e7cb6
commit cd080548a7
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 1 additions and 2 deletions

View file

@ -1,3 +1,4 @@
# static version of noto-fonts cjk serif
{ {
stdenvNoCC, stdenvNoCC,
fetchFromGitHub, fetchFromGitHub,

View file

@ -37,8 +37,6 @@ in rec {
"--use-single-width-glyphs" "--use-single-width-glyphs"
]; ];
}; };
# static version of noto-fonts cjk serif
noto-fonts-cjk-serif' = pkgs.callPackage ./noto-fonts-cjk-serif.nix {};
maeel = pkgs.callPackage ./maeel.nix {}; maeel = pkgs.callPackage ./maeel.nix {};
typst-mutilate = pkgs.callPackage ./typst-mutilate.nix {}; typst-mutilate = pkgs.callPackage ./typst-mutilate.nix {};