lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

nerdfonts: Don't build on Hydra

http://hydra.nixos.org/build/39383371

+8 -1
+8 -1
pkgs/data/fonts/nerdfonts/default.nix
··· 19 19 mkdir -p $out/share/fonts/truetype 20 20 ./install.sh ${withFont} 21 21 ''; 22 + 22 23 meta = with stdenv.lib; { 23 - 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."; 24 + description = '' 25 + Nerd Fonts is a project that attempts to patch as many developer targeted 26 + and/or used fonts as possible. The patch is to specifically add a high 27 + number of additional glyphs from popular 'iconic fonts' such as Font 28 + Awesome, Devicons, Octicons, and others. 29 + ''; 24 30 homepage = "https://github.com/ryanoasis/nerd-fonts"; 25 31 license = licenses.mit; 26 32 maintainers = with maintainers; [ garbas ]; 27 33 platforms = with platforms; unix; 34 + hydraPlatforms = []; # 'Output limit exceeded' on Hydra 28 35 }; 29 36 }