fontmatrix: disable fortify hardening

+2
+2
pkgs/applications/graphics/fontmatrix/default.nix
··· 11 12 nativeBuildInputs = [ cmake ]; 13 14 meta = { 15 description = "Fontmatrix is a free/libre font explorer for Linux, Windows and Mac"; 16 homepage = http://fontmatrix.be/;
··· 11 12 nativeBuildInputs = [ cmake ]; 13 14 + hardeningDisable = [ "format" ]; 15 + 16 meta = { 17 description = "Fontmatrix is a free/libre font explorer for Linux, Windows and Mac"; 18 homepage = http://fontmatrix.be/;