Commit graph

9 commits

Author SHA1 Message Date
xfnw ec3d91d775 pounce: 2.1p1 -> 2.3 2021-03-24 14:39:38 -04: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
R. RyanTM 069e414aad pounce: 2.0 -> 2.1p1 2020-12-03 06:05:11 +00:00
R. RyanTM 404f6fbfea pounce: 1.4p2 -> 2.0 2020-11-04 06:23:23 +00:00
R. RyanTM 391c182248 pounce: 1.3p1 -> 1.4p2 2020-08-27 07:33:22 +00:00
Griffin Smith 81956d3859 pounce: 1.1 -> 1.3p1 2020-07-09 11:58:09 -04:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Alyssa Ross 88e4258df4
pounce: 1.0p1 -> 1.1 2020-02-11 20:04:58 +00:00
edef 2a06e1521f pounce: init at 1.0p1 2020-01-06 01:04:47 +00:00