yanone-kaffeesatz: init at 2004 (#55622)

This commit is contained in:
mt_caret 2019-02-24 20:51:37 +09:00 committed by xeji
parent fb58041386
commit 7498aff7d8
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,22 @@
{stdenv, fetchzip}:
fetchzip {
name = "yanone-kaffeesatz-2004";
url = https://yanone.de/2015/data/UIdownloads/Yanone%20Kaffeesatz.zip;
postFetch = ''
mkdir -p $out/share/fonts
unzip -j $downloadedFile \*.otf -d $out/share/fonts/opentype
'';
sha256 = "190c4wx7avy3kp98lsyml7kc0jw7csf5n79af2ypbkhsadfsy8di";
meta = {
description = "The free font classic";
maintainers = with stdenv.lib.maintainers; [ mt-caret ];
platforms = with stdenv.lib.platforms; all;
homepage = https://yanone.de/fonts/kaffeesatz/;
license = stdenv.lib.licenses.ofl;
};
}

View File

@ -16012,6 +16012,8 @@ in
xorg-rgb = callPackage ../data/misc/xorg-rgb {};
yanone-kaffeesatz = callPackage ../data/fonts/yanone-kaffeesatz {};
zafiro-icons = callPackage ../data/icons/zafiro-icons { };
zeal = libsForQt5.callPackage ../data/documentation/zeal { };