From 8b7dc1a3d6facdbfd264288aa7ba675aefc81c49 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Thu, 4 Aug 2016 11:09:43 +0200 Subject: ploticus: disable format hardening --- pkgs/tools/graphics/ploticus/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/tools/graphics/ploticus') diff --git a/pkgs/tools/graphics/ploticus/default.nix b/pkgs/tools/graphics/ploticus/default.nix index ff28959148fc..b855410f37f2 100644 --- a/pkgs/tools/graphics/ploticus/default.nix +++ b/pkgs/tools/graphics/ploticus/default.nix @@ -11,6 +11,8 @@ stdenv.mkDerivation { buildInputs = [ zlib libX11 libpng ]; + hardeningDisable = [ "format" ]; + patches = [ ./ploticus-install.patch ]; meta = with stdenv.lib; { -- cgit 1.4.1