mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
patchutils: turn off format hardening
This commit is contained in:
parent
9492e06315
commit
79219c1981
1 changed files with 2 additions and 0 deletions
|
@ -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