gdal: update proj option

This commit is contained in:
Orivej Desh 2018-08-09 03:48:09 +00:00
parent 42eca7ca2d
commit 2659e0a206
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
"--with-sqlite3=${sqlite.dev}"
"--with-spatialite=${libspatialite}"
"--with-python" # optional
"--with-proj4=${proj}" # optional
"--with-proj=${proj}" # optional
"--with-geos=${geos}/bin/geos-config"# optional
"--with-hdf4=${hdf4.dev}" # optional
(if netcdfSupport then "--with-netcdf=${netcdf}" else "")