7 stdenvNoCC.mkDerivation rec {
12 url = "http://www.gust.org.pl/projects/e-foundry/tex-gyre/whole/tg-${version}otf.zip";
14 hash = "sha256-+6IufuFf+IoLXoZEPlfHUNgRhKrQNBEZ1OwPD9/uOjg=";
20 mkdir -p $out/share/fonts/truetype
21 cp *.otf $out/share/fonts/truetype
27 description = "OpenType fonts from the Gyre project, suitable for use with (La)TeX";
29 The Gyre project started in 2006, and will
30 eventually include enhanced releases of all 35 freely available
31 PostScript fonts distributed with Ghostscript v4.00. These are
32 being converted to OpenType and extended with diacritical marks
33 covering all modern European languages and then some
35 homepage = "http://www.gust.org.pl/projects/e-foundry/tex-gyre/index_html#Readings";
36 license = lib.licenses.lppl13c;
37 platforms = lib.platforms.all;
38 maintainers = with lib.maintainers; [ bergey ];