3
0
Fork 0
forked from mirrors/nixpkgs

qhull: turn off format hardening

This commit is contained in:
Robin Gloster 2016-02-12 14:04:24 +00:00
parent 37cd2e6e21
commit e5fa454ad3

View file

@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
cmakeFlags = "-DMAN_INSTALL_DIR=share/man/man1 -DDOC_INSTALL_DIR=share/doc/qhull";
hardening_format = false;
meta = {
homepage = http://www.qhull.org/;
description = "Computes the convex hull, Delaunay triangulation, Voronoi diagram and more";