Commit graph

10 commits

Author SHA1 Message Date
Felix Buehler e6c9588877 comic-neue: remove phases 2021-07-22 13:56:53 +02: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
AndersonTorres 890d47fc33 comic-neue: 2.5 -> 2.51 2020-10-12 04:07:17 -03:00
AndersonTorres a3323d4934 comic-neue: 2.3 -> 2.5 2020-09-21 23:37:31 -03:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Mario Rodas a5d9600125
comic-neue: 2.2 -> 2.3 2019-11-04 23:00:00 -05:00
volth c9eb44eab3 data/fonts: cleanup
* 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-13 06:03:31 +00:00
Volth 31c344982f data/fonts: simpler cleanups 2017-08-11 14:26:03 +00:00
AndersonTorres cdc7c6b916 ComicNeue: 1.1 -> 2.2 2015-04-20 12:48:53 -03:00
Rüdiger Sonderfeld 57c8f29232 Add comic-neue font. 2014-08-28 13:05:45 +02:00