summary refs log tree commit diff
path: root/pkgs/tools/graphics/ggobi/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/graphics/ggobi/default.nix')
-rw-r--r--pkgs/tools/graphics/ggobi/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/graphics/ggobi/default.nix b/pkgs/tools/graphics/ggobi/default.nix
index cf2c5598d2a..e7fb3e773c1 100644
--- a/pkgs/tools/graphics/ggobi/default.nix
+++ b/pkgs/tools/graphics/ggobi/default.nix
@@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
 
   configureFlags = "--with-all-plugins";
 
+  hardeningDisable = [ "format" ];
+
   meta = with stdenv.lib; {
     description = "Visualization program for exploring high-dimensional data";
     homepage = http://www.ggobi.org/;