qhull: turn off format hardening
This commit is contained in:
parent
37cd2e6e21
commit
e5fa454ad3
@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
cmakeFlags = "-DMAN_INSTALL_DIR=share/man/man1 -DDOC_INSTALL_DIR=share/doc/qhull";
|
cmakeFlags = "-DMAN_INSTALL_DIR=share/man/man1 -DDOC_INSTALL_DIR=share/doc/qhull";
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.qhull.org/;
|
homepage = http://www.qhull.org/;
|
||||||
description = "Computes the convex hull, Delaunay triangulation, Voronoi diagram and more";
|
description = "Computes the convex hull, Delaunay triangulation, Voronoi diagram and more";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user