7 stdenvNoCC.mkDerivation rec {
8 pname = "cnstrokeorder";
12 url = "http://rtega.be/chmn/CNstrokeorder-${version}.ttf";
13 hash = "sha256-YYtOcUvt1V0DwAs/vf9KltcmYCFJNirvwjGyOK4JpIY=";
21 install -D $src $out/share/fonts/truetype/CNstrokeorder-${version}.ttf
27 description = "Chinese font that shows stroke order for HSK 1-4";
28 homepage = "http://rtega.be/chmn/index.php?subpage=68";
29 license = [ licenses.arphicpl ];
30 maintainers = with maintainers; [ johnazoidberg ];
31 platforms = platforms.all;