pdf2xml: disable format hardening

This commit is contained in:
Robin Gloster 2016-03-01 12:28:06 +00:00
parent 4f0608abdb
commit 1bbb2f0cf3

View File

@ -13,6 +13,8 @@ stdenv.mkDerivation {
patches = [./pdf2xml.patch];
hardening_format = false;
preBuild = ''
cp Makefile.linux Makefile