mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
Merge pull request #161932 from NickCao/rubberband-cross
rubberband: fix cross compilation
This commit is contained in:
commit
7d3e79bedd
@ -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…
Reference in New Issue
Block a user