mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-02 17:09:09 +03:00
freeeswitch: enable strictDeps
This commit is contained in:
parent
85fb843759
commit
ef32c9e3b8
@ -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 New Issue
Block a user