7 stdenvNoCC.mkDerivation {
8 pname = "yasashisa-gothic";
9 version = "0-unstable-2014-03-13";
12 url = "http://flop.sakura.ne.jp/font/fontna-op/07Yasashisa.zip";
13 hash = "sha256-JmsRvUak9FBjDw8wNA2R3lEt52/UpElleziQqa5Pm4w=";
19 ${lib.getExe unzrip} -O SHIFT_JIS "$src"
27 install -Dm444 "07Yasashisa/07やさしさゴシック.ttf" -t "$out/share/fonts/truetype"
28 install -Dm444 "07Yasashisa/その他-サポート外/OpenType/YasashisaGothic.otf" -t "$out/share/fonts/opentype"
34 description = "Free gothic style font by Fontna";
35 homepage = "http://www.fontna.com/blog/379/";
36 license = with licenses; [ ipa mplus ];
37 platforms = platforms.all;
38 maintainers = with maintainers; [ h7x4 ];