summary refs log tree commit diff
path: root/pkgs/tools/text/patchutils/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/patchutils/default.nix')
-rw-r--r--pkgs/tools/text/patchutils/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/text/patchutils/default.nix b/pkgs/tools/text/patchutils/default.nix
index 4df52eef669..75922a6c830 100644
--- a/pkgs/tools/text/patchutils/default.nix
+++ b/pkgs/tools/text/patchutils/default.nix
@@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
 
   patches = [ ./drop-comments.patch ]; # we would get into a cycle when using fetchpatch on this one
 
+  hardeningDisable = [ "format" ];
+
   meta = with stdenv.lib; {
     description = "Tools to manipulate patch files";
     homepage = http://cyberelk.net/tim/software/patchutils;