easyeffects: override speexdsp in expression
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user