Pavol Rusnak
|
a4bbfba80d
|
pkgs/development/python-modules: stdenv.lib -> lib
|
2021-01-24 01:29:22 +01:00 |
|
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
|
a5c0ebbd19
|
python27Packages.hg-evolve: 10.0.2 -> 10.1.0
|
2020-11-02 06:17:40 +00:00 |
|
R. RyanTM
|
e378c36f1c
|
python27Packages.hg-evolve: 10.0.1 -> 10.0.2
|
2020-09-28 13:11:23 -07:00 |
|
R. RyanTM
|
42e2700157
|
python27Packages.hg-evolve: 10.0.0 -> 10.0.1
|
2020-08-14 13:47:39 -07:00 |
|
R. RyanTM
|
9cab8fcb45
|
python27Packages.hg-evolve: 9.3.1 -> 10.0.0
|
2020-05-27 12:08:50 -07:00 |
|
R. RyanTM
|
945eb11b02
|
python27Packages.hg-evolve: 9.3.0 -> 9.3.1
|
2020-05-09 08:51:09 +02:00 |
|
R. RyanTM
|
0750bc3628
|
python37Packages.hg-evolve: 9.2.2 -> 9.3.0
|
2020-04-01 17:18:51 -07:00 |
|
Xavier Zwirtz
|
2922049a6c
|
hg-evolve: init at 9.2.2 (#81158)
* maintainers: add xavierzwirtz
* hg-evolve: init at 9.2.2
|
2020-02-27 09:15:02 +02:00 |
|