1 { lib, stdenvNoCC, fetchFromGitHub }:
3 stdenvNoCC.mkDerivation {
5 version = "2.011.20160403";
7 src = fetchFromGitHub {
10 # commit does not exist on any branch on the target repository
11 rev = "b737107723bfddd917210f979ccc32ab3eb6dc20";
12 hash = "sha256-kx+adbN2DsO81KJFt+FGAPZN+1NpE9xiagKZ4KyaJV0=";
18 mkdir -p $out/share/fonts/truetype
19 cp product/*.TTC $out/share/fonts/truetype
25 homepage = "https://myrica.estable.jp/";
26 license = licenses.ofl;
27 maintainers = with maintainers; [ mikoim ];
28 platforms = platforms.all;