Merge pull request #161932 from NickCao/rubberband-cross

rubberband: fix cross compilation
This commit is contained in:
Jörg Thalheim 2022-02-26 07:51:12 +00:00 committed by GitHub
commit 7d3e79bedd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkg-config ];
buildInputs = [ libsamplerate libsndfile fftw vamp-plugin-sdk ladspaH ];
makeFlags = [ "AR:=$(AR)" ];
meta = with lib; {
description = "High quality software library for audio time-stretching and pitch-shifting";