freeeswitch: enable strictDeps
This commit is contained in:
parent
85fb843759
commit
ef32c9e3b8
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ stdenv.mkDerivation rec {
|
|||
done
|
||||
'';
|
||||
|
||||
strictDeps = true;
|
||||
nativeBuildInputs = [ pkg-config autoreconfHook perl which yasm ];
|
||||
buildInputs = [
|
||||
openssl ncurses gnutls readline libjpeg
|
||||
|
|
Loading…
Reference in a new issue