speexdsp: Fix build on aarch64

This commit is contained in:
Tuomas Tynkkynen 2017-01-27 16:41:56 +02:00
parent c6ce08422a
commit fee66e9463
1 changed files with 1 additions and 1 deletions

View File

@ -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/;