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 ]
|
buildInputs = [ unzip libjpeg libtiff libpng proj openssl ]
|
||||||
++ (with pythonPackages; [ python numpy wrapPython ]);
|
++ (with pythonPackages; [ python numpy wrapPython ]);
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# This ensures that the python package is installed into gdal's prefix,
|
# This ensures that the python package is installed into gdal's prefix,
|
||||||
# rather than trying to install into python's prefix.
|
# rather than trying to install into python's prefix.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user