patchutils: Drop patch applied upstream

This commit is contained in:
Tuomas Tynkkynen
2017-04-11 23:13:28 +03:00
parent b40cca244c
commit 1e1b68b4a0
2 changed files with 0 additions and 86 deletions

View File

@@ -8,8 +8,6 @@ stdenv.mkDerivation rec {
sha256 = "0xp8mcfyi5nmb5a2zi5ibmyshxkb1zv1dgmnyn413m7ahgdx8mfg";
};
patches = [ ./drop-comments.patch ]; # we would get into a cycle when using fetchpatch on this one
hardeningDisable = [ "format" ];
meta = with stdenv.lib; {