Loading pkgs/by-name/su/suricata/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ , zlib , redisSupport ? true, redis, hiredis , rustSupport ? true, rustc, cargo , nixosTests }: let libmagic = file; hyperscanSupport = stdenv.system == "x86_64-linux" || stdenv.system == "i686-linux"; Loading Loading @@ -153,6 +154,8 @@ stdenv.mkDerivation rec { --replace "/etc/suricata" "$out/etc/suricata" ''; passthru.tests = { inherit (nixosTests) suricata; }; meta = with lib; { description = "Free and open source, mature, fast and robust network threat detection engine"; homepage = "https://suricata.io"; Loading Loading
pkgs/by-name/su/suricata/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ , zlib , redisSupport ? true, redis, hiredis , rustSupport ? true, rustc, cargo , nixosTests }: let libmagic = file; hyperscanSupport = stdenv.system == "x86_64-linux" || stdenv.system == "i686-linux"; Loading Loading @@ -153,6 +154,8 @@ stdenv.mkDerivation rec { --replace "/etc/suricata" "$out/etc/suricata" ''; passthru.tests = { inherit (nixosTests) suricata; }; meta = with lib; { description = "Free and open source, mature, fast and robust network threat detection engine"; homepage = "https://suricata.io"; Loading