1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 21:21:06 +00:00

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