7 stdenvNoCC.mkDerivation rec {
12 url = "https://software.sil.org/downloads/r/galatia/GalatiaSIL-${version}.zip";
13 hash = "sha256-7kXnTC5vpUOjcT40oNW6e32zFGejlWJq1J+p+5DiAos=";
19 install -Dm644 $downloadedFile *.ttf -t $out/share/fonts/truetype
20 install -Dm644 $downloadedFile OFL.txt OFL-FAQ.txt FONTLOG.txt -t $out/share/doc/${pname}-${version}
26 homepage = "https://software.sil.org/galatia";
27 description = "Font designed to support Biblical Polytonic Greek";
29 Galatia SIL, designed to support Biblical Polytonic Greek, is a Unicode 3.1 font released under the SIL Open Font License. The font supports precomposed characters rather than decomposed characters. Thus, you must use a keyboard that outputs NFC encoding (precomposed).
31 license = licenses.ofl;
32 platforms = platforms.all;
33 maintainers = [ maintainers.kmein ];