Loading pkgs/applications/audio/easyeffects/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -38,6 +38,10 @@ , zam-plugins , zita-convolver }: let # Fix crashes with speexdsp effects speexdsp' = speexdsp.override { withFftw3 = false; }; in stdenv.mkDerivation rec { pname = "easyeffects"; Loading Loading @@ -83,7 +87,7 @@ stdenv.mkDerivation rec { rnnoise rubberband soundtouch speexdsp speexdsp' tbb zita-convolver ]; Loading pkgs/top-level/all-packages.nix +1 −4 Original line number Diff line number Diff line Loading @@ -25969,10 +25969,7 @@ with pkgs; libcardiacarrest = callPackage ../misc/libcardiacarrest { }; easyeffects = callPackage ../applications/audio/easyeffects { # Fix crashes with speexdsp effects speexdsp = speexdsp.override { withFftw3 = false; }; }; easyeffects = callPackage ../applications/audio/easyeffects { }; pulseeffects-legacy = callPackage ../applications/audio/pulseeffects-legacy { }; Loading
pkgs/applications/audio/easyeffects/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -38,6 +38,10 @@ , zam-plugins , zita-convolver }: let # Fix crashes with speexdsp effects speexdsp' = speexdsp.override { withFftw3 = false; }; in stdenv.mkDerivation rec { pname = "easyeffects"; Loading Loading @@ -83,7 +87,7 @@ stdenv.mkDerivation rec { rnnoise rubberband soundtouch speexdsp speexdsp' tbb zita-convolver ]; Loading
pkgs/top-level/all-packages.nix +1 −4 Original line number Diff line number Diff line Loading @@ -25969,10 +25969,7 @@ with pkgs; libcardiacarrest = callPackage ../misc/libcardiacarrest { }; easyeffects = callPackage ../applications/audio/easyeffects { # Fix crashes with speexdsp effects speexdsp = speexdsp.override { withFftw3 = false; }; }; easyeffects = callPackage ../applications/audio/easyeffects { }; pulseeffects-legacy = callPackage ../applications/audio/pulseeffects-legacy { };