detox: turn off format hardening
This commit is contained in:
parent
2275eb6210
commit
667518fc3b
@ -10,6 +10,8 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [flex];
|
buildInputs = [flex];
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://detox.sourceforge.net/;
|
homepage = http://detox.sourceforge.net/;
|
||||||
description = "Utility designed to clean up filenames";
|
description = "Utility designed to clean up filenames";
|
||||||
|
Loading…
Reference in New Issue
Block a user