rubberband: fix cross compilation

main
Nick Cao 2 years ago
parent b398f196e6
commit 73b24b905d
No known key found for this signature in database
GPG Key ID: 068A56CEF48FA2C1
  1. 1
      pkgs/development/libraries/rubberband/default.nix

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

Loading…
Cancel
Save