python.pkgs.cartopy: fix build (#58361)
fallout of https://github.com/NixOS/nixpkgs/pull/54182
This commit is contained in:
parent
2a3167c8c0
commit
29cec94d94
@ -25,12 +25,19 @@ buildPythonPackage rec {
|
|||||||
-k "not test_nightshade_image"
|
-k "not test_nightshade_image"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [ cython glibcLocales ];
|
nativeBuildInputs = [
|
||||||
LC_ALL = "en_US.UTF-8";
|
cython
|
||||||
|
geos # for geos-config
|
||||||
|
proj
|
||||||
|
];
|
||||||
|
|
||||||
|
buildInputs = [
|
||||||
|
geos proj
|
||||||
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
# required
|
# required
|
||||||
six pyshp shapely geos proj numpy
|
six pyshp shapely numpy
|
||||||
|
|
||||||
# optional
|
# optional
|
||||||
gdal pillow matplotlib pyepsg pykdtree scipy fiona owslib
|
gdal pillow matplotlib pyepsg pykdtree scipy fiona owslib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user