forked from mirrors/nixpkgs
patchutils: turn off format hardening
This commit is contained in:
parent
9492e06315
commit
79219c1981
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue