6 stdenvNoCC.mkDerivation rec {
11 url = "https://bboxtype.com/downloads/Fira/Fira_Mono_${lib.replaceStrings ["."] ["_"] version}.zip";
12 hash = "sha256-Ukc+K2sdSz+vUQFD8mmwJHZQ3N68oM4fk6YzGLwzAfQ=";
18 install -Dm644 Fonts/FiraMono_OTF*/*.otf -t $out/share/fonts/opentype
24 homepage = "https://bboxtype.com/fira/";
25 description = "Monospace font for Firefox OS";
27 Fira Mono is a monospace font designed by Erik Spiekermann,
28 Ralph du Carrois, Anja Meiners and Botio Nikoltchev of Carrois
29 Type Design for Mozilla Firefox OS. Available in Regular,
32 license = licenses.ofl;
33 maintainers = [ maintainers.rycee ];
34 platforms = platforms.all;