about summary refs log tree commit diff
path: root/pkgs/data/fonts/twemoji-color-font
AgeCommit message (Collapse)AuthorFilesLines
2021-06-22twemoji-color-font: 13.0.1 -> 13.1.0Francesco Gazzetta1-3/+3
2021-02-11twemoji-color-font: 12.0.1 -> 13.0.1Francesco Gazzetta1-2/+2
2021-02-11twemoji-color-font: use prebuilt from releaseFrancesco Gazzetta1-26/+13
Building from sources takes 1.5 hours on hydra for minimal advantages. Relevant discussion: https://github.com/NixOS/nixpkgs/issues/97871
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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-09-13twemoji-color-font: fix build with Inkscape 1Jan Tojnar1-1/+14
2020-09-10inkscape_0: dropJan Tojnar1-2/+2
Inkscape 1.0.1 re-added the old CLI flags: https://gitlab.com/inkscape/inkscape/-/commit/3ca6a4ed08405f2a530a9ed3065f77443f9f7ebe
2020-07-19treewide: replace inkscape with inkscape_0Pavol Rusnak1-2/+2
The Inkscape CLI interface has been changed with 1.x and packages are not adjusted yet to this change. Let's use inkscape 0.x instead.
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
2019-05-02twemoji-color-font: automatically construct "name"Francesco Gazzetta1-3/+3
2019-05-02twemoji-color-font: 11.2.0 -> 12.0.1Francesco Gazzetta1-2/+2
2018-11-13twemoji-color-font: 1.4 -> 11.2.0Francesco Gazzetta1-2/+2
2018-08-15twemoji-color-font: restrict platforms to linuxFrancesco Gazzetta1-1/+1
2018-08-15twemoji-color-font: 1.3 -> 1.4Francesco Gazzetta1-2/+2
2018-03-06twemoji-color-font: include recommended fontconfig configurationNikolay Amiantov1-1/+5
2018-01-26twemoji-color-font: init at 1.3Francesco Gazzetta1-0/+39