fonts: Formatting, empty lines and whitespaces.

This commit is contained in:
Alexander V. Nikolaev
2015-09-23 23:44:28 +03:00
parent 3973f9f2fe
commit db74af9a5f
14 changed files with 61 additions and 66 deletions
@@ -2,14 +2,18 @@
stdenv.mkDerivation {
name = "MPH-2B-Damase";
src = fetchurl {
url = http://www.wazu.jp/downloads/damase_v.2.zip;
sha256 = "0y7rakbysjjrzcc5y100hkn64j7js434x20pyi6rllnw2w2n1y1h";
};
buildInputs = [unzip];
unpackPhase = ''
unzip $src;
'';
installPhase = ''
mkdir -p $out/share/fonts/truetype
cp *.ttf $out/share/fonts/truetype