lol

aubio: fix cross compilation

Nick Cao 266dbe4e b398f196

+2
+2
pkgs/development/libraries/aubio/default.nix
··· 15 15 buildInputs = [ alsa-lib fftw libjack2 libsamplerate libsndfile ]; 16 16 17 17 strictDeps = true; 18 + dontAddWafCrossFlags = true; 19 + wafFlags = lib.optional (stdenv.buildPlatform != stdenv.hostPlatform) "--disable-tests"; 18 20 19 21 meta = with lib; { 20 22 description = "Library for audio labelling";