freeeswitch: enable strictDeps

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

@ -110,6 +110,7 @@ stdenv.mkDerivation rec {
done
'';
strictDeps = true;
nativeBuildInputs = [ pkg-config autoreconfHook perl which yasm ];
buildInputs = [
openssl ncurses gnutls readline libjpeg

Loading…
Cancel
Save