Merge pull request #140830 from linsui/i.ming

This commit is contained in:
Sandro 2021-10-11 16:29:53 +02:00 committed by GitHub
commit 24d90f4150
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 30 additions and 0 deletions

View file

@ -6494,6 +6494,12 @@
githubId = 791115;
name = "Linquize";
};
linsui = {
email = "linsui555@gmail.com";
github = "linsui";
githubId = 36977733;
name = "linsui";
};
linus = {
email = "linusarver@gmail.com";
github = "listx";

View file

@ -0,0 +1,22 @@
{ lib, fetchzip }:
let
version = "7.01";
in
fetchzip {
name = "i.ming-${version}";
url = "https://raw.githubusercontent.com/ichitenfont/I.Ming/${version}/${version}/I.Ming-${version}.ttf";
sha256 = "1b2dj7spkznpkad8a0blqigj9f6ism057r0wn9wdqg5g88yp32vd";
postFetch = ''
install -DT -m444 $downloadedFile $out/share/fonts/truetype/I.Ming/I.Ming.ttf
'';
meta = with lib; {
description = "An open source Pan-CJK serif typeface";
homepage = "https://github.com/ichitenfont/I.Ming";
license = licenses.ipa;
platforms = platforms.all;
maintainers = [ maintainers.linsui ];
};
}

View file

@ -22793,6 +22793,8 @@ with pkgs;
ia-writer-duospace = callPackage ../data/fonts/ia-writer-duospace { };
i-dot-ming = callPackage ../data/fonts/i-dot-ming { };
ibm-plex = callPackage ../data/fonts/ibm-plex { };
iconpack-jade = callPackage ../data/icons/iconpack-jade { };