mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
Merge pull request #276300 from symphorien/issue_276125
cnijfilter_2_80: disable fortify hardening
This commit is contained in:
commit
6fe94ff539
@ -100,6 +100,10 @@ stdenv.mkDerivation {
|
|||||||
them, it undoes the --set-rpath. this prevents that. */
|
them, it undoes the --set-rpath. this prevents that. */
|
||||||
dontPatchELF = true;
|
dontPatchELF = true;
|
||||||
|
|
||||||
|
# fortify hardening makes the filter crash
|
||||||
|
# https://github.com/NixOS/nixpkgs/issues/276125
|
||||||
|
hardeningDisable = [ "fortify3" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Canon InkJet printer drivers for the iP5400, MP520, MP210, MP140, iP3500, and MP610 series. (MP520 drivers also work for MX700.)";
|
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";
|
homepage = "http://support-asia.canon-asia.com/content/EN/0100084101.html";
|
||||||
|
Loading…
Reference in New Issue
Block a user