mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
tesseract: turn off format hardening
This commit is contained in:
parent
4036e9ba8c
commit
ea1de67f35
@ -38,6 +38,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ autoconf automake libtool leptonica libpng libtiff ];
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
preConfigure = ''
|
||||
./autogen.sh
|
||||
substituteInPlace "configure" \
|
||||
|
Loading…
Reference in New Issue
Block a user