mro-unicode: init at 2013-05-25

This commit is contained in:
Mathnerd314 2015-10-18 14:09:15 -06:00
parent 1219fcf89c
commit a3d693f22b
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,20 @@
{ lib, runCommand, fetchurl }:
runCommand "mro-unicode-2013-05-25" {
src = fetchurl {
url = "https://github.com/phjamr/MroUnicode/raw/master/MroUnicode-Regular.ttf";
sha256 = "1za74ych0sh97ks6qp9iqq9jankgnkrq65s350wsbianwi72di45";
};
meta = with lib; {
homepage = https://github.com/phjamr/MroUnicode;
description = "Unicode-compliant Mro font";
maintainers = with maintainers; [ mathnerd314 ];
license = licenses.ofl;
platforms = platforms.all;
};
}
''
mkdir -p $out/share/fonts/truetype
cp $src $out/share/fonts/truetype/MroUnicode-Regular.ttf
''

View File

@ -10599,6 +10599,8 @@ let
mplus-outline-fonts = callPackage ../data/fonts/mplus-outline-fonts { };
mro-unicode = callPackage ../data/fonts/mro-unicode { };
nafees = callPackage ../data/fonts/nafees { };
inherit (callPackages ../data/fonts/noto-fonts {})