mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 21:44:49 +00:00
graphviz: no fortify hardening
This commit is contained in:
parent
1581f25a07
commit
c10ca363c6
@ -12,11 +12,11 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "17l5czpvv5ilmg17frg0w4qwf89jzh2aglm9fgx0l0aakn6j7al1";
|
sha256 = "17l5czpvv5ilmg17frg0w4qwf89jzh2aglm9fgx0l0aakn6j7al1";
|
||||||
};
|
};
|
||||||
|
|
||||||
#hardening_all = false;
|
hardening_fortify = false;
|
||||||
|
|
||||||
patches =
|
patches =
|
||||||
[ ./0001-vimdot-lookup-vim-in-PATH.patch
|
[ ./0001-vimdot-lookup-vim-in-PATH.patch
|
||||||
|
|
||||||
# NOTE: Once this patch is removed, flex can probably be removed from
|
# NOTE: Once this patch is removed, flex can probably be removed from
|
||||||
# buildInputs.
|
# buildInputs.
|
||||||
./cve-2014-9157.patch
|
./cve-2014-9157.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user