patchutils: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-07 15:07:42 +00:00
parent 9492e06315
commit 79219c1981

View file

@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
patches = [ ./drop-comments.patch ]; # we would get into a cycle when using fetchpatch on this one
hardening_format = false;
meta = with stdenv.lib; {
description = "Tools to manipulate patch files";
homepage = http://cyberelk.net/tim/software/patchutils;