summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/ids
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-03-05 06:00:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2021-03-05 06:00:00 -0500
commitf836e661a5e8760f3102e1acfbc2d43351cfc220 (patch)
treeadc43c6bd2548b1d5817f79b00566a827044b6c3 /pkgs/applications/networking/ids
parentdac46720723da91ca805b79ff79524121fc4f137 (diff)
zeek: use caf from nixpkgs
Diffstat (limited to 'pkgs/applications/networking/ids')
-rw-r--r--pkgs/applications/networking/ids/zeek/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/ids/zeek/default.nix b/pkgs/applications/networking/ids/zeek/default.nix
index 12e25fb774e4..a12e914097c3 100644
--- a/pkgs/applications/networking/ids/zeek/default.nix
+++ b/pkgs/applications/networking/ids/zeek/default.nix
@@ -16,6 +16,7 @@
, gettext
, coreutils
, ncurses
+, caf
}:
stdenv.mkDerivation rec {
@@ -34,6 +35,7 @@ stdenv.mkDerivation rec {
outputs = [ "out" "lib" "py" ];
cmakeFlags = [
+ "-DCAF_ROOT=${caf}"
"-DZEEK_PYTHON_DIR=${placeholder "py"}/lib/${python3.libPrefix}/site-packages"
"-DENABLE_PERFTOOLS=true"
"-DINSTALL_AUX_TOOLS=true"