1 { lib, stdenvNoCC, fetchurl }:
3 stdenvNoCC.mkDerivation rec {
4 pname = "cnstrokeorder";
8 url = "http://rtega.be/chmn/CNstrokeorder-${version}.ttf";
9 hash = "sha256-YYtOcUvt1V0DwAs/vf9KltcmYCFJNirvwjGyOK4JpIY=";
17 install -D $src $out/share/fonts/truetype/CNstrokeorder-${version}.ttf
23 description = "Chinese font that shows stroke order for HSK 1-4";
24 homepage = "http://rtega.be/chmn/index.php?subpage=68";
25 license = [ licenses.arphicpl ];
26 maintainers = with maintainers; [ johnazoidberg ];
27 platforms = platforms.all;