From 548d670f949aab1caa56601c6eb16ce5c9ec9216 Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Mon, 8 Feb 2016 00:21:29 +0000 Subject: [PATCH] tasknc: turn off format hardening --- pkgs/applications/misc/tasknc/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/misc/tasknc/default.nix b/pkgs/applications/misc/tasknc/default.nix index f7460618d964..d725bba03079 100644 --- a/pkgs/applications/misc/tasknc/default.nix +++ b/pkgs/applications/misc/tasknc/default.nix @@ -9,6 +9,8 @@ stdenv.mkDerivation rec { sha256 = "0max5schga9hmf3vfqk2ic91dr6raxglyyjcqchzla280kxn5c28"; }; + hardening_format = false; + # # I know this is ugly, but the Makefile does strange things in this package, # so we have to: