1 { lib, stdenvNoCC, fetchzip }:
3 stdenvNoCC.mkDerivation rec {
4 pname = "source-han-code-jp";
8 url = "https://github.com/adobe-fonts/${pname}/archive/${version}R.zip";
9 hash = "sha256-ljO/1/CaE9Yj+AN5xxlIr30/nV/axGQPO0fGACAZGCQ=";
15 install -Dm444 OTF/*.otf -t $out/share/fonts/opentype
21 description = "Monospaced Latin font suitable for coding";
22 maintainers = with lib.maintainers; [ mt-caret ];
23 platforms = with lib.platforms; all;
24 homepage = "https://blogs.adobe.com/CCJKType/2015/06/source-han-code-jp.html";
25 license = lib.licenses.ofl;