freeeswitch: move perl, which and yasm to nativeBuildInputs
(cherry picked from commit 85fb843759ce02989474643789fb3535e07821d4)
This commit is contained in:
parent
9a7d06d4ab
commit
0833ed32f3
|
@ -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
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue