From e27df9e35e194521187fb7b9ecd36ade99ac5605 Mon Sep 17 00:00:00 2001 From: Orivej Desh Date: Tue, 29 May 2018 15:08:39 +0000 Subject: [PATCH] p0f: fix build after #28029 --- pkgs/tools/security/p0f/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/tools/security/p0f/default.nix b/pkgs/tools/security/p0f/default.nix index 0b6a9644424..11e1f14baf9 100644 --- a/pkgs/tools/security/p0f/default.nix +++ b/pkgs/tools/security/p0f/default.nix @@ -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/";