about summary refs log tree commit diff
path: root/pkgs/tools/graphics/plotutils
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-02-12 02:48:09 +0000
committerRobin Gloster <mail@glob.in>2016-02-12 02:48:09 +0000
commit72a9d9a4a7aa6ea26a41bb049524349cd0a498d0 (patch)
tree72077b0cbee34e0a9e216a04c808f1e619a6538f /pkgs/tools/graphics/plotutils
parentd04b9381cc21152002f60edef8bef391eec994ff (diff)
plotutils: turn off format hardening
Diffstat (limited to 'pkgs/tools/graphics/plotutils')
-rw-r--r--pkgs/tools/graphics/plotutils/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/graphics/plotutils/default.nix b/pkgs/tools/graphics/plotutils/default.nix
index 6a7a6745c87c8..dc145a0d86234 100644
--- a/pkgs/tools/graphics/plotutils/default.nix
+++ b/pkgs/tools/graphics/plotutils/default.nix
@@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
 
   configureFlags = "--enable-libplotter"; # required for pstoedit
 
+  hardening_format = false;
+
   doCheck = true;
 
   meta = {