Commit graph

7 commits

Author SHA1 Message Date
Nikolay Korotkiy 04ea73061a
keeweb: 1.17.0 → 1.18.6 2021-05-20 09:10:56 +03:00
Nikolay Korotkiy c9cabb048f
keeweb: 1.16.7 → 1.17.0 2021-03-10 09:54:42 +03:00
Nikolay Korotkiy d65a798dbb
keeweb: 1.16.5 → 1.16.7 2021-02-09 13:18:28 +03: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
Nikolay Korotkiy c7928fb076
keeweb: 1.16.0 → 1.16.5 2020-12-20 21:30:32 +03:00
Nikolay Korotkiy a5e7c845dd
keeweb: 1.15.7 → 1.16.0 2020-11-29 18:49:39 +03:00
Nikolay Korotkiy 6154471a6a
keeweb: init at 1.15.7 2020-10-13 09:21:26 +03:00