wv: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-08 09:52:47 +00:00
parent ceae7fc292
commit ee20b0d6a0

View file

@ -11,6 +11,8 @@ stdenv.mkDerivation {
buildInputs = [ zlib imagemagick libpng glib pkgconfig libgsf libxml2 bzip2 ];
hardening_format = false;
meta = {
description = "Converter from Microsoft Word formats to human-editable ones";
};