Files
nixpkgs/pkgs/games
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
..
2021-01-10 13:18:37 +01:00
2020-05-04 21:22:12 -07:00
2020-11-25 13:32:53 -05:00
2020-10-04 10:52:08 -05:00
2020-11-21 16:24:43 +01:00
2020-08-27 17:30:23 -04:00
2019-11-18 20:10:43 +00:00
2020-11-25 00:38:23 +00:00
2020-05-31 18:23:58 +01:00
2021-01-10 22:34:41 +01:00
2020-09-02 22:15:08 +02:00
2020-11-18 22:37:56 -08:00
2020-11-13 12:27:46 -05:00
2020-12-22 07:06:34 +01:00
2020-08-07 00:37:55 -07:00
2019-07-19 22:52:07 -07:00
2020-11-27 18:10:18 -05:00
2020-11-29 04:43:00 +00:00
2020-06-01 15:24:19 +02:00
2020-10-18 11:10:46 +02:00
2020-10-18 11:10:39 +02:00
2020-10-17 08:43:35 -07:00
2020-12-19 21:15:20 +01:00