1 { lib, stdenvNoCC, fetchzip }:
3 stdenvNoCC.mkDerivation rec {
8 url = "https://kamichikoichi.github.io/jigmo/Jigmo-${version}.zip";
9 hash = "sha256-wBec7IiUneqCEyY704Wi6F6WG0Z1KK7gBGcJhRjrRDc=";
15 install -Dm644 *.ttf -t $out/share/fonts/truetype/
21 description = "Japanese Kanji font set which is the official successor to Hanazono Mincho";
22 homepage = "https://kamichikoichi.github.io/jigmo/";
23 license = licenses.cc0;
25 platforms = platforms.all;