Files
nixpkgs/pkgs/tools/misc
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
..
2020-08-31 17:12:13 +00:00
2020-11-07 11:20:20 +00:00
2020-12-27 14:42:42 +01:00
2020-06-04 13:29:41 +03:00
2020-12-28 17:07:10 +01:00
2020-09-24 23:19:01 +00:00
2020-09-17 21:13:43 +02:00
2020-12-17 16:38:13 +10:00
2020-11-20 22:24:25 +01:00
2020-05-19 04:20:00 -05:00
2020-09-18 00:52:48 +02:00
2020-12-28 22:31:16 +03:00
2020-11-21 19:43:54 +00:00
2020-12-20 19:34:00 +01:00
2020-10-03 16:01:53 +02:00
2020-11-26 14:30:31 +01:00
2020-12-09 07:40:50 +10:00
2020-05-21 19:46:38 +02:00
2020-11-30 19:44:33 +00:00
2020-10-31 22:53:19 +00:00
2020-11-24 10:02:14 +01:00
2020-08-11 23:49:24 +02:00
2021-01-06 06:11:26 +10:00
2020-10-25 16:31:19 -07:00
2020-09-02 08:11:38 +02:00
2020-12-04 13:01:56 +00:00
2021-01-04 12:28:03 +01:00
2020-12-29 14:37:15 +01:00
2020-10-20 10:30:15 +10:00
2020-12-19 20:59:16 +01:00
2020-07-13 19:02:13 +02:00
2020-11-03 03:46:26 +00:00
2020-12-30 18:42:41 -08:00
2020-06-24 14:29:49 +08:00
2021-01-10 11:54:57 +10:00
2020-10-14 14:22:56 -03:00
2020-07-27 17:24:15 +08:00
2020-11-26 15:32:13 +00:00
2020-11-23 16:18:40 -08:00
2020-08-16 02:46:24 +00:00
2021-01-10 22:22:28 -08:00
2020-08-18 05:11:14 +00:00
2020-07-21 15:41:35 +02:00
2020-11-24 12:42:06 -05:00
2020-12-01 07:23:28 +00:00
2020-06-06 18:09:39 +00:00
2020-12-04 23:32:14 +00:00
2020-12-01 11:43:44 -05:00
2020-12-11 03:07:20 +00:00
2020-11-24 12:42:06 -05:00
2020-10-30 07:16:00 -05:00
2020-12-04 20:55:14 +03:00
2020-12-08 07:48:41 +00:00
2020-07-02 23:46:01 +02:00
2020-10-30 18:36:21 +01:00
2020-10-08 23:06:47 +02:00
2020-10-30 18:58:57 -07:00