Commit Graph

16 Commits

Author SHA1 Message Date
R. Ryantm
61148bbb9a dragonfly-reverb: 3.2.8 -> 3.2.10 2023-04-27 17:46:12 +00:00
R. Ryantm
6984331709 dragonfly-reverb: 3.2.7 -> 3.2.8 2023-01-15 06:54:19 +00:00
R. Ryantm
99ce312e3d dragonfly-reverb: 3.2.6 -> 3.2.7 2022-09-25 11:07:48 +00:00
R. Ryantm
a9513a4eb7 dragonfly-reverb: 3.2.5 -> 3.2.6 2022-04-07 11:18:39 +00:00
Bart Brouns
c8cc491b7e
dragonfly-reverb: 3.2.1 -> 3.2.5 (#118939) 2021-05-09 00:33:14 -04:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -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
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