diff options
| author | misuzu <bakalolka@gmail.com> | 2021-05-10 21:22:46 +0300 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-10-26 12:11:33 +0000 |
| commit | ad861506ba87d8a759a600d37c071d78b7be388d (patch) | |
| tree | 5d8fa98d24daf0161038ee45e4157699beb2d20c | |
| parent | freeeswitch: move perl, which and yasm to nativeBuildInputs (diff) | |
| download | nixpkgs-ad861506ba87d8a759a600d37c071d78b7be388d.tar.gz | |
freeeswitch: enable strictDeps
(cherry picked from commit ef32c9e3b83c544e554c242a067770d456b3bac5)
| -rw-r--r-- | pkgs/servers/sip/freeswitch/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/servers/sip/freeswitch/default.nix b/pkgs/servers/sip/freeswitch/default.nix index 7c75c4636179..98a1223d2799 100644 --- a/pkgs/servers/sip/freeswitch/default.nix +++ b/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 |
