mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
Merge pull request #161934 from NickCao/aubio-cross
aubio: fix cross compilation
This commit is contained in:
commit
0e14f98d2e
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user