libgeotiff: turn off format hardening
This commit is contained in:
parent
2b1f9509a1
commit
4b82ba013d
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user