mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
graphviz: no fortify hardening
This commit is contained in:
parent
1581f25a07
commit
c10ca363c6
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "17l5czpvv5ilmg17frg0w4qwf89jzh2aglm9fgx0l0aakn6j7al1";
|
||||
};
|
||||
|
||||
#hardening_all = false;
|
||||
hardening_fortify = false;
|
||||
|
||||
patches =
|
||||
[ ./0001-vimdot-lookup-vim-in-PATH.patch
|
||||
|
||||
|
||||
# NOTE: Once this patch is removed, flex can probably be removed from
|
||||
# buildInputs.
|
||||
./cve-2014-9157.patch
|
||||
|
|
Loading…
Reference in a new issue