ploticus: disable format hardening

This commit is contained in:
Franz Pletz 2016-08-04 11:09:43 +02:00
parent 56f03166e1
commit 8b7dc1a3d6

@ -11,6 +11,8 @@ stdenv.mkDerivation {
buildInputs = [ zlib libX11 libpng ];
hardeningDisable = [ "format" ];
patches = [ ./ploticus-install.patch ];
meta = with stdenv.lib; {