1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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 ];