about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-02-10 23:18:42 +0000
committerRobin Gloster <mail@glob.in>2016-02-10 23:27:39 +0000
commit667518fc3bd489841ab0892c53366e2522a851ed (patch)
tree897e070478c3297452a063ba0a7885b079311676 /pkgs/tools
parent2275eb6210f679e48f18ceb45f59d5553e035918 (diff)
detox: turn off format hardening
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/detox/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/misc/detox/default.nix b/pkgs/tools/misc/detox/default.nix
index bdc018aec34a5..4475010f3b855 100644
--- a/pkgs/tools/misc/detox/default.nix
+++ b/pkgs/tools/misc/detox/default.nix
@@ -10,6 +10,8 @@ stdenv.mkDerivation {
 
   buildInputs = [flex];
 
+  hardening_format = false;
+
   meta = with stdenv.lib; {
     homepage = http://detox.sourceforge.net/;
     description = "Utility designed to clean up filenames";