7 stdenvNoCC.mkDerivation rec {
12 url = "https://github.com/lxgw/LxgwWenKai/releases/download/v${version}/${pname}-v${version}.tar.gz";
13 hash = "sha256-7BBg6TGJzTVgBHPyzTYGFjXmidvAzOVCWAU11LylmBI=";
19 mkdir -p $out/share/fonts/truetype
20 mv *.ttf $out/share/fonts/truetype
26 homepage = "https://lxgw.github.io/";
27 description = "Open-source Chinese font derived from Fontworks' Klee One";
28 license = licenses.ofl;
29 platforms = platforms.all;
30 maintainers = with maintainers; [ ryanccn ];