mro-unicode: init at 2013-05-25
This commit is contained in:
parent
1219fcf89c
commit
a3d693f22b
20
pkgs/data/fonts/mro-unicode/default.nix
Normal file
20
pkgs/data/fonts/mro-unicode/default.nix
Normal 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
|
||||
''
|
@ -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 {})
|
||||
|
Loading…
Reference in New Issue
Block a user