Commit graph

13 commits

Author SHA1 Message Date
R. RyanTM 72664d777d bpytop: 1.0.62 -> 1.0.63 2021-02-23 17:07:57 +00:00
R. RyanTM d70d48293f bpytop: 1.0.61 -> 1.0.62 2021-02-16 17:21:11 +00:00
R. RyanTM d38b3b2e49 bpytop: 1.0.59 -> 1.0.61 2021-01-29 10:40:16 +00:00
Zak B. Elep cbff1ad157 bpytop: 1.0.50 -> 1.0.59 2021-01-19 11:18:23 +08: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
Andreas Wiese e0f4e7e091 bpytop: 1.0.47 -> 1.0.50 2020-11-09 23:00:42 +01:00
R. RyanTM 69f235c3aa bpytop: 1.0.44 -> 1.0.47 2020-10-30 01:22:13 +00:00
R. RyanTM 4f6bc704a6 bpytop: 1.0.42 -> 1.0.44 2020-10-22 12:41:54 +00:00
Andreas Wiese 861d9d7341 bpytop: 1.0.25 -> 1.0.42 2020-10-13 11:24:14 +02:00
Andreas Wiese 5200ee8cc0 bpytop: 1.0.21 -> 1.0.25 2020-09-07 11:09:32 +02:00
R. RyanTM 9464310d3f bpytop: 1.0.13 -> 1.0.21 2020-08-25 06:25:10 +00:00
R. RyanTM b08cf3cd45 bpytop: 1.0.0 -> 1.0.13 2020-08-13 06:54:09 +00:00
Andreas Wiese 616962ffd9 bpytop: init at 1.0.0 2020-08-04 20:50:45 +02:00