dvdisaster: turn off fortify hardening
This commit is contained in:
parent
d8f3d2ede1
commit
c72652baee
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0f8gjnia2fxcbmhl8b3qkr5b7idl8m855dw7xw2fnmbqwvcm6k4w";
|
||||
};
|
||||
|
||||
hardening_fortify = false;
|
||||
|
||||
nativeBuildInputs = [ gettext pkgconfig which ];
|
||||
buildInputs = [ glib gtk2 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue