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
|
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
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue