about summary refs log tree commit diff
path: root/pkgs/applications/audio/dragonfly-reverb
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2023-04-27dragonfly-reverb: 3.2.8 -> 3.2.10R. Ryantm1-2/+2
2023-01-15dragonfly-reverb: 3.2.7 -> 3.2.8R. Ryantm1-2/+2
2022-09-25dragonfly-reverb: 3.2.6 -> 3.2.7R. Ryantm1-2/+2
2022-04-07dragonfly-reverb: 3.2.5 -> 3.2.6R. Ryantm1-2/+2
2021-05-09dragonfly-reverb: 3.2.1 -> 3.2.5 (#118939)Bart Brouns1-4/+6
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
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-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-08-30dragonfly-reverb: 3.1.1 -> 3.2.1Bart Brouns1-2/+2
2020-06-14dragonfly-reverb: 3.0.0 -> 3.1.1Bart Brouns1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-03dragonfly-reverb: 2.0.0 -> 3.0.0Bart Brouns1-3/+3
2019-07-20dragonfly-reverb: 1.1.4 -> 2.0.0Bart Brouns1-5/+7
2019-04-27dragonfly-reverb: 1.0.0 -> 1.1.4Bart Brouns1-5/+11
2018-11-27dragonfly-reverb: 0.9.4 -> 1.0.0Bart Brouns1-2/+2
2018-10-23dragonfly-reverb: 0.9.1 -> 0.9.4 (#48691)Bart Brouns1-5/+7
2018-04-24dragonfly-reverb: init at 0.9.1Bart Brouns1-0/+33