1 { lib, stdenvNoCC, fetchzip }:
3 stdenvNoCC.mkDerivation rec {
4 pname = "martian-mono";
8 url = "https://github.com/evilmartians/mono/releases/download/v${version}/martian-mono-${version}-otf.zip";
9 sha256 = "sha256-hC08IHWqg+x3qoEf4EL98ZbGeqdwjnMpDovEiWrWPpI=";
22 install -Dm644 -t $out/share/fonts/opentype/ *.otf
28 description = "Free and open-source monospaced font from Evil Martians";
29 homepage = "https://github.com/evilmartians/mono";
30 changelog = "https://github.com/evilmartians/mono/raw/v${version}/Changelog.md";
31 license = licenses.ofl;
33 platforms = platforms.all;