ploticus: disable format hardening

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