mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
suricata: enable tests
This commit is contained in:
parent
4e2fc88076
commit
492ae30d9d
@ -128,6 +128,8 @@ stdenv.mkDerivation rec {
|
||||
# zerocallusedregs interferes during BPF compilation; TODO: perhaps improve
|
||||
hardeningDisable = [ "stackprotector" "zerocallusedregs" ];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
installFlags = [
|
||||
"e_datadir=\${TMPDIR}"
|
||||
"e_localstatedir=\${TMPDIR}"
|
||||
|
Loading…
Reference in New Issue
Block a user