gdal_2: keep using pythn 2
This commit is contained in:
parent
363925961e
commit
54dcdfb59b
@ -1,5 +1,5 @@
|
|||||||
{ lib, stdenv, fetchurl, unzip, libjpeg, libtiff, zlib
|
{ lib, stdenv, fetchurl, unzip, libjpeg, libtiff, zlib
|
||||||
, postgresql, libmysqlclient, libgeotiff, pythonPackages, proj, geos, openssl
|
, postgresql, libmysqlclient, libgeotiff, python2Packages, proj, geos, openssl
|
||||||
, libpng, sqlite, libspatialite, poppler, hdf4, qhull, giflib, expat
|
, libpng, sqlite, libspatialite, poppler, hdf4, qhull, giflib, expat
|
||||||
, libiconv, libxml2
|
, libiconv, libxml2
|
||||||
, netcdfSupport ? true, netcdf, hdf5, curl
|
, netcdfSupport ? true, netcdf, hdf5, curl
|
||||||
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ unzip ];
|
nativeBuildInputs = [ unzip ];
|
||||||
buildInputs = [ libjpeg libtiff libgeotiff libpng proj openssl sqlite
|
buildInputs = [ libjpeg libtiff libgeotiff libpng proj openssl sqlite
|
||||||
libspatialite poppler hdf4 qhull giflib expat libxml2 proj ]
|
libspatialite poppler hdf4 qhull giflib expat libxml2 proj ]
|
||||||
++ (with pythonPackages; [ python numpy wrapPython ])
|
++ (with python2Packages; [ python numpy wrapPython ])
|
||||||
++ lib.optional stdenv.isDarwin libiconv
|
++ lib.optional stdenv.isDarwin libiconv
|
||||||
++ lib.optionals netcdfSupport [ netcdf hdf5 curl ];
|
++ lib.optionals netcdfSupport [ netcdf hdf5 curl ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user