Merge pull request #161934 from NickCao/aubio-cross

aubio: fix cross compilation
This commit is contained in:
Guillaume Girol 2022-03-06 15:50:31 +00:00 committed by GitHub
commit 0e14f98d2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
buildInputs = [ alsa-lib fftw libjack2 libsamplerate libsndfile ];
strictDeps = true;
dontAddWafCrossFlags = true;
wafFlags = lib.optional (stdenv.buildPlatform != stdenv.hostPlatform) "--disable-tests";
meta = with lib; {
description = "Library for audio labelling";