gdal: turn off format hardening
This commit is contained in:
parent
7517563efb
commit
8e2adea08a
|
@ -14,6 +14,8 @@ composableDerivation.composableDerivation {} (fixed: rec {
|
|||
buildInputs = [ unzip libjpeg libtiff libpng proj openssl ]
|
||||
++ (with pythonPackages; [ python numpy wrapPython ]);
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
patches = [
|
||||
# This ensures that the python package is installed into gdal's prefix,
|
||||
# rather than trying to install into python's prefix.
|
||||
|
|
Loading…
Reference in New Issue