2017-08-10 20:59:59 -07:00
|
|
|
{ lib, fetchzip }:
|
2015-10-18 13:09:15 -07:00
|
|
|
|
2017-08-10 20:59:59 -07:00
|
|
|
fetchzip {
|
|
|
|
name = "mro-unicode-2013-05-25";
|
|
|
|
|
2019-05-12 18:55:32 -07:00
|
|
|
url = "https://github.com/phjamr/MroUnicode/raw/f297de070f7eba721a47c850e08efc119d3bfbe8/MroUnicode-Regular.ttf";
|
2017-08-10 20:59:59 -07:00
|
|
|
|
|
|
|
postFetch = "install -Dm644 $downloadedFile $out/share/fonts/truetype/MroUnicode-Regular.ttf";
|
|
|
|
|
|
|
|
sha256 = "1i71bjd9gdyn8ladfncbfhz6xz1h8xx8yf876j1z8lh719410c8g";
|
2015-10-18 13:09:15 -07:00
|
|
|
|
|
|
|
meta = with lib; {
|
2020-03-31 18:11:51 -07:00
|
|
|
homepage = "https://github.com/phjamr/MroUnicode";
|
2015-10-18 13:09:15 -07:00
|
|
|
description = "Unicode-compliant Mro font";
|
|
|
|
maintainers = with maintainers; [ mathnerd314 ];
|
|
|
|
license = licenses.ofl;
|
|
|
|
platforms = platforms.all;
|
|
|
|
};
|
|
|
|
}
|