Commit Graph

12 Commits

Author SHA1 Message Date
sternenseemann
531dd0f76f twitter-color-emoji: 13.0.1 -> 13.0.2 2021-03-13 11:41:52 +01:00
volth
bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Ben Siraphob
4eb185bd6a pkgs/data: stdenv.lib -> lib 2021-01-15 14:29:18 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
sternenseemann
fe3d667a0f twitter-color-emoji: 12.1.5 → 13.0.1 2020-08-30 10:17:23 -07:00
Daiderd Jordan
b7ddbd52bd
treewide: replace SRI hashes 2020-06-01 15:24:19 +02:00
Emily
63b70bb4ef twitter-color-emoji: 12.1.2 -> 12.1.5
Twemoji version bump, plus a Fedora patch update to fix emoji size:
282c789d37
2020-04-23 21:38:59 +01:00
worldofpeace
5cef7b49ec
twitter-color-emoji: use noto-fonts-emoji’s src
Continues https://github.com/NixOS/nixpkgs/pull/72272
2019-10-30 18:07:03 +01:00
worldofpeace
4f8197bcc0 twitter-color-emoji: build with python3
This can now be marked as un-broken.
2019-10-30 15:03:26 +01:00
Frederik Rietdijk
04be5b8911 twitter-color-emoji: mark as broken 2019-10-29 13:53:04 +01:00
Frederik Rietdijk
accec23188 pythonPackages.nototools: make python 3 compatible and use that one 2019-10-29 13:53:04 +01:00
Jan Tojnar
4e4d67b79f
twitter-color-emoji: init at 12.1.2 2019-08-29 21:33:26 +02:00