Removed non-free kochi-substitute and added kochi from Debian package.

This commit is contained in:
Jonathan Glines
2014-06-11 22:08:14 -06:00
parent 0672cfcc5f
commit b913409e0b
6 changed files with 80 additions and 26 deletions
@@ -1,25 +0,0 @@
{ stdenv, fetchurl }:
let version = "20030809";
in
stdenv.mkDerivation {
name = "kochi-substitute-${version}";
src = fetchurl {
url = "mirror://sourceforgejp/efont/5411/kochi-substitute-${version}.tar.bz2";
sha256 = "f4d69b24538833bf7e2c4de5e01713b3f1440960a6cc2a5993cb3c68cd23148c";
};
sourceRoot = "kochi-substitute-${version}";
installPhase =
''
mkdir -p $out/share/fonts/kochi-substitute
cp *.ttf $out/share/fonts/kochi-substitute
'';
meta = {
description = "Japanese font, a free replacement for MS Gothic and MS Mincho.";
homepage = http://sourceforge.jp/projects/efont/;
};
}