Revert "patchutils: Drop patch applied upstream"

This reverts commit 1e1b68b4a0.
This commit is contained in:
Tuomas Tynkkynen
2017-04-23 21:46:29 +03:00
parent f84b8178aa
commit f3b1d6925e
2 changed files with 86 additions and 0 deletions
+2
View File
@@ -8,6 +8,8 @@ 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; {