about summary refs log tree commit diff
path: root/pkgs/applications/graphics/tesseract
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-02-20 22:33:10 +0000
committerRobin Gloster <mail@glob.in>2016-02-20 22:33:10 +0000
commitea1de67f359fce9bf6308a6736df6cfeb70d8339 (patch)
treef4283cffe96f29d131715151a4ab3202824aef96 /pkgs/applications/graphics/tesseract
parent4036e9ba8cd8aa450e27541daa31d490a4e79d38 (diff)
tesseract: turn off format hardening
Diffstat (limited to 'pkgs/applications/graphics/tesseract')
-rw-r--r--pkgs/applications/graphics/tesseract/default.nix2
1 files changed, 2 insertions, 0 deletions
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" \