about 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, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/ggobi/default.nix b/pkgs/tools/graphics/ggobi/default.nix
index 03326aa4562fe..e7fb3e773c1df 100644
--- a/pkgs/tools/graphics/ggobi/default.nix
+++ b/pkgs/tools/graphics/ggobi/default.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
 
   configureFlags = "--with-all-plugins";
 
-  hardening_format = false;
+  hardeningDisable = [ "format" ];
 
   meta = with stdenv.lib; {
     description = "Visualization program for exploring high-dimensional data";