Commit graph

13 commits

Author SHA1 Message Date
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 a6f27eb1fe thonny: 3.3.1 -> 3.3.2 2021-01-07 00:58:51 +00:00
R. RyanTM 9a0e2b9f39 thonny: 3.3.0 -> 3.3.1 2020-12-07 05:11:09 +00:00
R. RyanTM 11672f2d56 thonny: 3.2.7 -> 3.3.0 2020-11-20 17:21:45 +00:00
R. RyanTM d3f05c2016 thonny: 3.2.6 -> 3.2.7 2020-03-12 09:43:39 +00:00
R. RyanTM 2b5bb8d084 thonny: 3.2.4 -> 3.2.6 2020-02-06 20:09:04 +01:00
R. RyanTM a8fc904c7c thonny: 3.2.3 -> 3.2.4 2019-12-24 12:12:25 -08:00
José Romildo Malaquias b026faf0d7 thonny: 3.2.0b7 -> 3.2.3 2019-11-19 13:37:45 -08:00
R. RyanTM 01681dfff7 thonny: 3.1.2 -> 3.2.0b7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/thonny/versions
2019-08-05 22:45:06 -07:00
Michiel Leenaars 3cf1813ca1 thonny: 3.0.5 -> 3.1.2 2019-03-01 08:18:14 +01:00
Michiel Leenaars 7b2906449d thonny: 3.0.1 -> 3.0.5 2018-10-27 21:06:43 +02:00
Michiel Leenaars 2fd8732ccc thonny: 3.0.0b3 -> 3.0.1 2018-10-20 21:26:20 +02:00
Michiel Leenaars bfb14fbe72 thonny: init at 3.0.0b3 2018-09-03 23:40:34 +02:00