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 |
|
Frederik Rietdijk
|
2a1febbf78
|
python: pytzdata: 2019.3 -> 2020.1
|
2020-08-11 20:41:05 +02:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Frederik Rietdijk
|
6654bfd7f3
|
python: pytzdata: 2019.1 -> 2019.3
|
2019-10-27 16:26:51 +01:00 |
|
Robert Schütz
|
342877b443
|
python.pkgs.pytzdata: 2018.9 -> 2019.1
|
2019-05-03 15:46:09 +02:00 |
|
Frederik Rietdijk
|
e4d2dfded6
|
python: pytzdata: 2018.7 -> 2018.9
|
2019-02-17 14:40:39 +01:00 |
|
Frederik Rietdijk
|
fe8040b5d7
|
python: pytzdata: 2018.5 -> 2018.7
|
2018-12-03 16:50:34 +01:00 |
|
Frederik Rietdijk
|
4bef7c62e4
|
python: pytzdata: 2018.3 -> 2018.5
|
2018-06-22 13:09:28 +02:00 |
|
Frederik Rietdijk
|
ac0193639f
|
python: pytzdata: 2017.3.1 -> 2018.3
|
2018-02-03 17:43:30 +01:00 |
|
Frederik Rietdijk
|
851f05ef69
|
python.pkgs.pytzdata: init at 2017.3.1
|
2018-01-20 12:05:21 +01:00 |
|