easyeffects: fix maximizer

In 6.0.0, it was switched from ladspa to lv2 (eb6834f9ef)
This commit is contained in:
Jan Tojnar 2021-10-14 02:13:11 +02:00
parent c57f0ff44e
commit 3e881e5692

View file

@ -85,10 +85,10 @@ stdenv.mkDerivation rec {
calf # limiter, compressor exciter, bass enhancer and others
lsp-plugins # delay
mda_lv2 # loudness
zam-plugins # maximizer
];
ladspaPlugins = [
rubberband # pitch shifting
zam-plugins # maximizer
];
in
''