7 stdenvNoCC.mkDerivation rec {
12 url = "http://www.i18nguy.com/unicode/andagii.zip";
13 curlOpts = "--user-agent 'Mozilla/5.0'";
14 hash = "sha256-U7wC55G8jIvMMyPcEiJQ700A7nkWdgWK1LM0F/wgDCg=";
20 mkdir -p $out/share/fonts/truetype
21 cp -v ANDAGII_.TTF $out/share/fonts/truetype/andagii.ttf
26 # There are multiple claims that the font is GPL, so I include the
27 # package; but I cannot find the original source, so use it on your
28 # own risk Debian claims it is GPL - good enough for me.
30 homepage = "http://www.i18nguy.com/unicode/unicode-font.html";
31 description = "Unicode Plane 1 Osmanya script font";
32 maintainers = with maintainers; [ raskin ];
34 platforms = platforms.all;