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
|
bd9efc2dbb
|
hcxdumptool: 6.1.3 -> 6.1.4
|
2020-12-04 14:02:30 +00:00 |
|
R. RyanTM
|
051fd9bf77
|
hcxdumptool: 6.1.2 -> 6.1.3
|
2020-10-18 11:27:23 +00:00 |
|
R. RyanTM
|
74ccbf7c1b
|
hcxdumptool: 6.1.1 -> 6.1.2
|
2020-09-25 09:23:29 +00:00 |
|
R. RyanTM
|
9946596cc1
|
hcxdumptool: 6.1.0 -> 6.1.1
|
2020-08-10 12:44:36 +00:00 |
|
R. RyanTM
|
78971f3faf
|
hcxdumptool: 6.0.7 -> 6.1.0
|
2020-08-02 02:43:34 +00:00 |
|
R. RyanTM
|
0377a8469d
|
hcxdumptool: 6.0.6 -> 6.0.7
|
2020-06-26 11:28:32 +00:00 |
|
R. RyanTM
|
a0ea22c3a0
|
hcxdumptool: 6.0.5 -> 6.0.6
|
2020-05-24 21:09:43 +00:00 |
|
Daniel Fullmer
|
301ede4157
|
hcxdumptool: fix incorrect pname
|
2020-04-27 16:22:25 -04:00 |
|
Daniel Fullmer
|
1c951b1484
|
hcxdumptool: init at 6.0.5
|
2020-04-14 20:18:07 +02:00 |
|