Unverified Commit dd8260ec authored by seth's avatar seth
Browse files

easyeffects: override speexdsp in expression

parent e3b85fd9
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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";
@@ -83,7 +87,7 @@ stdenv.mkDerivation rec {
    rnnoise
    rubberband
    soundtouch
    speexdsp
    speexdsp'
    tbb
    zita-convolver
  ];
+1 −4
Original line number Diff line number Diff line
@@ -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 { };