Merge pull request #115192 from marsam/zeek-caf

zeek: use caf from nixpkgs
wip/yesman
Sandro 3 years ago committed by GitHub
commit 27f1513357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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"

Loading…
Cancel
Save