···1919 mkdir -p $out/share/fonts/truetype
2020 ./install.sh ${withFont}
2121 '';
2222+2223 meta = with stdenv.lib; {
2323- description = "Nerd Fonts is a project that attempts to patch as many developer targeted and/or used fonts as possible. The patch is to specifically add a high number of additional glyphs from popular 'iconic fonts' such as Font Awesome, Devicons, Octicons, and others.";
2424+ description = ''
2525+ Nerd Fonts is a project that attempts to patch as many developer targeted
2626+ and/or used fonts as possible. The patch is to specifically add a high
2727+ number of additional glyphs from popular 'iconic fonts' such as Font
2828+ Awesome, Devicons, Octicons, and others.
2929+ '';
2430 homepage = "https://github.com/ryanoasis/nerd-fonts";
2531 license = licenses.mit;
2632 maintainers = with maintainers; [ garbas ];
2733 platforms = with platforms; unix;
3434+ hydraPlatforms = []; # 'Output limit exceeded' on Hydra
2835 };
2936}