ggobi: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-11 00:44:25 +00:00
parent a9de8d4f18
commit 83e069908e

View File

@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
configureFlags = "--with-all-plugins";
hardening_format = false;
meta = with stdenv.lib; {
description = "Visualization program for exploring high-dimensional data";
homepage = http://www.ggobi.org/;