7 stdenvNoCC.mkDerivation rec {
8 pname = "lxgw-fusionkai";
11 src = fetchFromGitHub {
15 hash = "sha256-pEISoFEsv8SJOGa2ud/nV1yvl8T9kakfKENu3mfYA5A=";
21 install -Dm644 *.ttf -t $out/share/fonts/truetype
27 homepage = "https://github.com/lxgw/FusionKai";
28 description = "Simplified Chinese font derived from LXGW WenKai GB, iansui and Klee One";
29 license = licenses.ofl;
30 platforms = platforms.all;
31 maintainers = with maintainers; [ hellodword ];