python3Packages.pygeos: use GEOS 3.11
This commit is contained in:
parent
1b2bab090c
commit
8a9d435c4a
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, python
|
||||
, geos
|
||||
, geos311
|
||||
, pytestCheckHook
|
||||
, cython
|
||||
, numpy
|
||||
|
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
geos # for geos-config
|
||||
geos311 # for geos-config
|
||||
cython
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue