speexdsp: Fix build on aarch64
This commit is contained in:
parent
c6ce08422a
commit
fee66e9463
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
configureFlags = [
|
||||
"--with-fft=gpl-fftw3"
|
||||
];
|
||||
] ++ stdenv.lib.optional stdenv.isAarch64 "--disable-neon";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
hompage = http://www.speex.org/;
|
||||
|
|
Loading…
Reference in New Issue