libgeotiff: turn off format hardening
This commit is contained in:
@@ -10,6 +10,8 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [ libtiff ];
|
buildInputs = [ libtiff ];
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Library implementing attempt to create a tiff based interchange format for georeferenced raster imagery";
|
description = "Library implementing attempt to create a tiff based interchange format for georeferenced raster imagery";
|
||||||
homepage = http://www.remotesensing.org/geotiff/geotiff.html;
|
homepage = http://www.remotesensing.org/geotiff/geotiff.html;
|
||||||
|
|||||||
Reference in New Issue
Block a user