R. Ryantm
|
4fd19f5675
|
libdnf: 0.63.1 -> 0.65.0
|
2021-12-20 19:48:40 +00:00 |
|
Marc Seeger
|
73414b570a
|
libdnf: switch back to default stdenv.
|
2021-09-19 16:33:35 +00:00 |
|
Marc Seeger
|
512885dc70
|
libdnf: add zchunk support
|
2021-08-13 06:26:52 -07:00 |
|
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 |
|