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
|
bf3616c304
|
python37Packages.jupyterlab-git: 0.23.2 -> 0.23.3
|
2020-12-25 13:42:43 +00:00 |
|
R. RyanTM
|
6e1c706c00
|
python37Packages.jupyterlab-git: 0.23.1 -> 0.23.2
|
2020-11-30 00:53:15 +00:00 |
|
Sandro Jäckel
|
3c72ba6898
|
python3Packages.jupyterlab-git: Disable tests on darwin
|
2020-11-25 08:47:52 -08:00 |
|
R. RyanTM
|
7afd50501b
|
python37Packages.jupyterlab-git: 0.22.3 -> 0.23.1
|
2020-11-25 08:47:52 -08:00 |
|
Frederik Rietdijk
|
cfb81cd55e
|
python3Packages.jupyterlab_git: 0.22.2 -> 0.22.3
|
2020-11-05 15:47:07 -08:00 |
|
R. RyanTM
|
114acff2a5
|
python37Packages.jupyterlab-git: 0.22.1 -> 0.22.2
|
2020-10-24 22:34:21 -07:00 |
|
R. RyanTM
|
bc9f464723
|
python37Packages.jupyterlab-git: 0.20.0 -> 0.22.1
|
2020-10-15 08:28:21 +00:00 |
|
Barry Moore
|
a68011ec05
|
pythonPackages.jupyterlab-git: init at 0.20.0
|
2020-08-26 14:02:45 -07:00 |
|