freeeswitch: move perl, which and yasm to nativeBuildInputs

(cherry picked from commit 85fb843759ce02989474643789fb3535e07821d4)
This commit is contained in:
misuzu 2021-05-10 17:23:54 +03:00 committed by github-actions[bot]
parent 9a7d06d4ab
commit 0833ed32f3
1 changed files with 3 additions and 3 deletions

View File

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