Commit graph

13 commits

Author SHA1 Message Date
R. RyanTM 823cddb92e chafa: 1.6.0 -> 1.6.1 2021-06-04 17:32:17 +00:00
Stéphan Kochen e90057a4a5 chafa: fix darwin build 2021-05-12 22:41:50 +02:00
R. RyanTM 7a1eaaca36 chafa: 1.4.1 -> 1.6.0 2021-02-25 18:42:40 -05:00
Ben Siraphob 76f93cc731 pkgs/tools: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +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
Ben Siraphob 683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
1000101 c597a7f869 formatting: fix missing leading whitespace 2020-06-07 17:29:08 -04:00
R. RyanTM f45ff2a7f0 chafa: 1.4.0 -> 1.4.1 2020-05-02 04:42:23 +00:00
R. RyanTM 53856e607e chafa: 1.2.2 -> 1.4.0 2020-04-06 12:40:23 -07:00
R. RyanTM 4b4dcda1b1 chafa: 1.2.1 -> 1.2.2 2020-03-05 15:09:11 -08:00
R. RyanTM b0981743f5 chafa: 1.0.1 -> 1.2.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/chafa/versions
2019-08-17 16:07:31 -07:00
Matthew O'Gorman f6d83c2ef9
chafa: init at 1.0.1 2019-03-29 22:40:30 -04:00