1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 15:41:40 +00:00

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/;