From ea1de67f359fce9bf6308a6736df6cfeb70d8339 Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Sat, 20 Feb 2016 22:33:10 +0000 Subject: tesseract: turn off format hardening --- pkgs/applications/graphics/tesseract/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/applications/graphics/tesseract') diff --git a/pkgs/applications/graphics/tesseract/default.nix b/pkgs/applications/graphics/tesseract/default.nix index b531c41e2d8a3..b3db2fde4cb27 100644 --- a/pkgs/applications/graphics/tesseract/default.nix +++ b/pkgs/applications/graphics/tesseract/default.nix @@ -38,6 +38,8 @@ stdenv.mkDerivation rec { buildInputs = [ autoconf automake libtool leptonica libpng libtiff ]; + hardening_format = false; + preConfigure = '' ./autogen.sh substituteInPlace "configure" \ -- cgit 1.4.1