ploticus: disable format hardening

+2
+2
pkgs/tools/graphics/ploticus/default.nix
··· 11 12 buildInputs = [ zlib libX11 libpng ]; 13 14 patches = [ ./ploticus-install.patch ]; 15 16 meta = with stdenv.lib; {
··· 11 12 buildInputs = [ zlib libX11 libpng ]; 13 14 + hardeningDisable = [ "format" ]; 15 + 16 patches = [ ./ploticus-install.patch ]; 17 18 meta = with stdenv.lib; {