tesseract: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-20 22:33:10 +00:00
parent 4036e9ba8c
commit ea1de67f35

View file

@ -38,6 +38,8 @@ stdenv.mkDerivation rec {
buildInputs = [ autoconf automake libtool leptonica libpng libtiff ];
hardening_format = false;
preConfigure = ''
./autogen.sh
substituteInPlace "configure" \