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

cnijfilter_2_80: disable fortify3 hardening

the cups filter crashes with hardening

Fixes https://github.com/NixOS/nixpkgs/issues/276125
This commit is contained in:
Guillaume Girol 2023-12-23 12:00:00 +00:00
parent 54aac082a4
commit d4c1c32dc5

View file

@ -100,6 +100,10 @@ stdenv.mkDerivation {
them, it undoes the --set-rpath. this prevents that. */
dontPatchELF = true;
# fortify hardening makes the filter crash
# https://github.com/NixOS/nixpkgs/issues/276125
hardeningDisable = [ "fortify3" ];
meta = with lib; {
description = "Canon InkJet printer drivers for the iP5400, MP520, MP210, MP140, iP3500, and MP610 series. (MP520 drivers also work for MX700.)";
homepage = "http://support-asia.canon-asia.com/content/EN/0100084101.html";