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 |
|
Jonathan Ringer
|
c9a550126b
|
python3Packages.ipdb: add missing test deps
|
2020-11-05 20:53:31 -08:00 |
|
Jonathan Ringer
|
2f8226470d
|
pythonPackages.ipdb: disable python2
|
2020-11-05 20:30:48 -08:00 |
|
Frederik Rietdijk
|
ac466d3d9f
|
python3Packages.ipdb: 0.13.3 -> 0.13.4
|
2020-11-05 15:46:59 -08:00 |
|
R. RyanTM
|
11f0e9d21d
|
python27Packages.ipdb: 0.13.2 -> 0.13.3
|
2020-07-06 09:32:58 -07:00 |
|
R. RyanTM
|
b7572546b4
|
python27Packages.ipdb: 0.13.0 -> 0.13.2
|
2020-03-30 16:02:16 -07:00 |
|
R. RyanTM
|
6e686dd681
|
python27Packages.ipdb: 0.12.3 -> 0.13.0
|
2020-03-03 07:23:48 +00:00 |
|
R. RyanTM
|
869d828fed
|
python38Packages.ipdb: 0.12.2 -> 0.12.3
|
2019-12-08 21:00:54 -08:00 |
|
R. RyanTM
|
7ab38e48eb
|
python37Packages.ipdb: 0.12 -> 0.12.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-ipdb/versions
|
2019-08-13 09:23:54 +02:00 |
|
Christopher Ostrouchov
|
7bb8ef318e
|
pythonPackages.ipdb: 0.8.1 -> 0.12 (#58965)
|
2019-04-08 18:27:32 +00:00 |
|
Chris Ostrouchov
|
2750333f9d
|
pythonPackages.ipdb: refactor move to python-modules
|
2018-10-17 07:46:56 +02:00 |
|