mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
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
|
patches = [ ./drop-comments.patch ]; # we would get into a cycle when using fetchpatch on this one
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Tools to manipulate patch files";
|
description = "Tools to manipulate patch files";
|
||||||
homepage = http://cyberelk.net/tim/software/patchutils;
|
homepage = http://cyberelk.net/tim/software/patchutils;
|
||||||
|
Loading…
Reference in New Issue
Block a user