detox: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-10 23:18:42 +00:00
parent 2275eb6210
commit 667518fc3b

View File

@ -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";