about summary refs log tree commit diff
path: root/pkgs/data/fonts/nerdfonts
AgeCommit message (Collapse)AuthorFilesLines
2021-01-20nerdfonts: use spaces for indentationzowoq2-51/+51
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-1/+1
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-07-14nerdfonts: disable Windows font variantsSamuel Gräfenstein1-0/+7
The only difference between these and the regular fonts is that the internal font name is limited to 31 characters. They double the package closure size.
2020-04-11nerdfonts: update.sh: use releases api to generate shasDoron Behar2-63/+14
2020-04-10nerdfonts: make it easier to configure and buildDoron Behar4-15/+170
2020-04-10nerdfonts: meta: fix descriptionsDoron Behar1-2/+3
2020-04-10nerdfonts: add @doronbehar as maintainerDoron Behar1-1/+1
2020-02-03nerdfonts: 2.0.0 -> 2.1.0Chuck1-2/+2
This release adds 216 fonts. Note: The Meslo LG {L,M,S}{ DZ,} Regular Nerd Font Complete{, Mono}.otf fonts are now .ttf files instead of .otf files in this release.
2019-10-03nerdfonts: Use patchShebangsChuck1-2/+2
In commit e8e191a1be9d after v2.0.0, nerdfonts switched from #!/bin/bash to #!/usr/bin/env bash. Rather than synchronizing this patching with that change, just use patchShebangs which handles both cases.
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-03Remove me (garbas) as maintainer since I don't have much time to maintain ↵Rok Garbas1-1/+1
anything
2019-05-13data/fonts: cleanupvolth1-1/+0
* make font derivations fixed-output where applicable * fix dead links * `stdenv.lib` -> `lib` where `stdenv` is not involved * remove `meta.platforms = [ unix ]` and `meta.platforms = [ linux ]` because the restriction has no sense for data packages
2018-04-06nerdfonts: 1.1.0 -> 2.0.0Brice Waegeneire1-2/+2
bump to a version with Nix logo in it
2017-09-30nerdfonts: derivations is not fixed outputvolth1-4/+0
2017-08-31nerdfonts: 1.0.0 -> 1.1.0Valentin Robert1-3/+3
2017-08-11data/fonts: simpler cleanupsVolth1-0/+4
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2016-12-29nerdfonts: 0.8.0 -> 1.0.0mimadrid1-2/+2
2016-09-01nerdfonts: Don't build on HydraTuomas Tynkkynen1-1/+8
http://hydra.nixos.org/build/39383371
2016-08-17nerdfonts: 0.7.0 -> 0.8.0, fixes #17693mimadrid1-4/+4
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-05-17nerdfonts: moved to correct locationRok Garbas1-2/+2
2016-05-15nerdfonts: init at 0.7.0Rok Garbas1-0/+28