mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-01 00:12:39 +03:00
pythonPackages.rasterio: fix to gdal_2
This commit is contained in:
parent
ed8917f831
commit
ca6afcb9da
@ -4230,7 +4230,9 @@ in {
|
||||
|
||||
rabbitpy = callPackage ../development/python-modules/rabbitpy { };
|
||||
|
||||
rasterio = callPackage ../development/python-modules/rasterio { };
|
||||
rasterio = callPackage ../development/python-modules/rasterio {
|
||||
gdal = pkgs.gdal_2; # gdal 3.0 not supported yet
|
||||
};
|
||||
|
||||
radicale_infcloud = callPackage ../development/python-modules/radicale_infcloud {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user