3
0
Fork 0
forked from mirrors/nixpkgs

dvdisaster: remove obsolete fortify disabling

builds with fortify enabled by now
This commit is contained in:
Robin Gloster 2016-08-12 15:12:34 +00:00
parent 55966c2189
commit 7a56781b35

View file

@ -12,8 +12,6 @@ stdenv.mkDerivation rec {
sha256 = "0f8gjnia2fxcbmhl8b3qkr5b7idl8m855dw7xw2fnmbqwvcm6k4w";
};
hardeningDisable = [ "fortify" ];
nativeBuildInputs = [ gettext pkgconfig which ];
buildInputs = [ glib gtk2 ];