Commit graph

9 commits

Author SHA1 Message Date
R. RyanTM e36a8d534d libdnf: 0.63.0 -> 0.63.1 2021-06-21 07:18:13 +00:00
R. RyanTM 5e92bca2b9 libdnf: 0.62.0 -> 0.63.0 2021-06-16 13:08:09 +00:00
R. RyanTM f4491b28ae libdnf: 0.61.1 -> 0.62.0 2021-05-04 22:09:11 +00:00
Marc Seeger 91ba4016a0 libdnf: 0.60.0 -> 0.61.1 2021-04-27 10:47:35 -07:00
R. RyanTM bc23341c8b libdnf: 0.58.0 -> 0.60.0 2021-03-06 23:13:45 +01:00
Marc Seeger 5c9e89085a libdnf: 0.55.2 -> 0.58.0 2021-02-11 18:19:02 -08:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07: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
Marc Seeger dd5ffa7b94 libdnf: init at 0.55.2 2020-12-22 15:48:49 -08:00