cnijfilter_2_80: disable fortify3 hardening

the cups filter crashes with hardening

Fixes https://github.com/NixOS/nixpkgs/issues/276125

+4
+4
pkgs/misc/cups/drivers/cnijfilter_2_80/default.nix
··· 100 100 them, it undoes the --set-rpath. this prevents that. */ 101 101 dontPatchELF = true; 102 102 103 + # fortify hardening makes the filter crash 104 + # https://github.com/NixOS/nixpkgs/issues/276125 105 + hardeningDisable = [ "fortify3" ]; 106 + 103 107 meta = with lib; { 104 108 description = "Canon InkJet printer drivers for the iP5400, MP520, MP210, MP140, iP3500, and MP610 series. (MP520 drivers also work for MX700.)"; 105 109 homepage = "http://support-asia.canon-asia.com/content/EN/0100084101.html";