6 stdenvNoCC.mkDerivation rec {
7 pname = "lxgw-neoxihei";
11 url = "https://github.com/lxgw/LxgwNeoXiHei/releases/download/v${version}/LXGWNeoXiHei.ttf";
12 hash = "sha256-voFR2qkomj1CRv4OWtrYJmpVxoUl6db/HnkaobCmBzY=";
20 install -Dm644 $src $out/share/fonts/truetype/LXGWNeoXiHei.ttf
26 description = "Simplified Chinese sans-serif font derived from IPAex Gothic";
27 homepage = "https://github.com/lxgw/LxgwNeoXiHei";
28 license = licenses.ipa;
29 platforms = platforms.all;
30 maintainers = with maintainers; [ zendo ];