freeeswitch: move perl, which and yasm to nativeBuildInputs

launchpad/nixpkgs/master
misuzu 3 years ago
parent a7b56e41d4
commit 85fb843759
  1. 6
      pkgs/servers/sip/freeswitch/default.nix

@ -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…
Cancel
Save