-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
suricata: init at 4.1.4 #64166
suricata: init at 4.1.4 #64166
Conversation
let | ||
|
||
libmagic = file; | ||
hyperscanSupport = stdenv.system == "x86_64-linux" || stdenv.system == "i686-linux"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hyperscanSupport = stdenv.system == "x86_64-linux" || stdenv.system == "i686-linux"; | |
hyperscanSupport = stdenv.isLinux; |
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because hyperscan is x86 only.
tested with nix-review and started it with the included configs and some test rules. Had to to change the log path from /var/log to something writable though |
this pull-request is based on #33886 but with both libprelude and old libnet dependencies removed.