fontmatrix: disable fortify hardening

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