freeeswitch: move perl, which and yasm to nativeBuildInputs

This commit is contained in:
misuzu 2021-05-10 17:23:54 +03:00
parent a7b56e41d4
commit 85fb843759

View file

@ -110,10 +110,10 @@ stdenv.mkDerivation rec {
done
'';
nativeBuildInputs = [ pkg-config autoreconfHook ];
nativeBuildInputs = [ pkg-config autoreconfHook perl which yasm ];
buildInputs = [
openssl ncurses gnutls readline perl libjpeg
sqlite pcre speex ldns libedit yasm which
openssl ncurses gnutls readline libjpeg
sqlite pcre speex ldns libedit
libsndfile libtiff
libuuid
]