summary refs log tree commit diff
path: root/pkgs/tools/misc/wv
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-02-08 09:52:47 +0000
committerRobin Gloster <mail@glob.in>2016-02-08 09:52:47 +0000
commitee20b0d6a0b0708913f6e81695f855d9ae6ec5aa (patch)
tree30d0bec228580e55aa227455a002892c9c5c43c5 /pkgs/tools/misc/wv
parentceae7fc2929cfc1c3b7f350f3a79f818a60a9fcf (diff)
downloadnixpkgs-ee20b0d6a0b0708913f6e81695f855d9ae6ec5aa.tar
nixpkgs-ee20b0d6a0b0708913f6e81695f855d9ae6ec5aa.tar.gz
nixpkgs-ee20b0d6a0b0708913f6e81695f855d9ae6ec5aa.tar.bz2
nixpkgs-ee20b0d6a0b0708913f6e81695f855d9ae6ec5aa.tar.lz
nixpkgs-ee20b0d6a0b0708913f6e81695f855d9ae6ec5aa.tar.xz
nixpkgs-ee20b0d6a0b0708913f6e81695f855d9ae6ec5aa.tar.zst
nixpkgs-ee20b0d6a0b0708913f6e81695f855d9ae6ec5aa.zip
wv: turn off format hardening
Diffstat (limited to 'pkgs/tools/misc/wv')
-rw-r--r--pkgs/tools/misc/wv/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/misc/wv/default.nix b/pkgs/tools/misc/wv/default.nix
index dbb46cea832..3d828a55121 100644
--- a/pkgs/tools/misc/wv/default.nix
+++ b/pkgs/tools/misc/wv/default.nix
@@ -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";
   };