Commit graph

10 commits

Author SHA1 Message Date
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
Bart Brouns 7a541cf382 dragonfly-reverb: 3.1.1 -> 3.2.1 2020-08-30 18:52:14 +02:00
Bart Brouns 28878c9ffd dragonfly-reverb: 3.0.0 -> 3.1.1 2020-06-14 08:44:07 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Bart Brouns 44fb029ff8 dragonfly-reverb: 2.0.0 -> 3.0.0 2020-03-03 04:57:26 +01:00
Bart Brouns 725fd3c129 dragonfly-reverb: 1.1.4 -> 2.0.0 2019-07-20 12:32:26 +02:00
Bart Brouns b41cff9d9d dragonfly-reverb: 1.0.0 -> 1.1.4 2019-04-27 07:32:22 +02:00
Bart Brouns de634ae902 dragonfly-reverb: 0.9.4 -> 1.0.0 2018-11-27 18:40:52 +01:00
Bart Brouns 3a84f7a6a5 dragonfly-reverb: 0.9.1 -> 0.9.4 (#48691) 2018-10-23 12:42:01 +02:00
Bart Brouns 5f6373d582 dragonfly-reverb: init at 0.9.1 2018-04-24 12:56:50 +02:00