p0f: fix build after #28029

This commit is contained in:
Orivej Desh 2018-05-29 15:08:39 +00:00
parent 1e97008bb8
commit e27df9e35e

View file

@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
cp ./tools/p0f-sendsyn6 $out/sbin
'';
hardeningDisable = [ "format" ];
meta = {
description = "Passive network reconnaissance and fingerprinting tool";
homepage = "http://lcamtuf.coredump.cx/p0f3/";