11 stdenvNoCC.mkDerivation {
13 version = "${majorVersion}.${minorVersion}";
16 url = "https://dotcolon.net/download/fonts/melete_${majorVersion}${minorVersion}.zip";
17 hash = "sha256-y1xtNM1Oy92gOvbr9J71XNxb1JeTzOgxKms3G2YHK00=";
24 install -D -m444 -t $out/share/fonts/opentype $src/*.otf
30 homepage = "http://dotcolon.net/font/melete/";
31 description = "Headline typeface that could be used as a movie title";
32 platforms = platforms.all;
33 maintainers = with maintainers; [ minijackson ];
34 license = licenses.ofl;