python3Packages.pygeos: use GEOS 3.11

This commit is contained in:
Ivan Mincik 2023-12-06 16:00:45 +01:00
parent 1b2bab090c
commit 8a9d435c4a

View file

@ -2,7 +2,7 @@
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, python , python
, geos , geos311
, pytestCheckHook , pytestCheckHook
, cython , cython
, numpy , numpy
@ -18,7 +18,7 @@ buildPythonPackage rec {
}; };
nativeBuildInputs = [ nativeBuildInputs = [
geos # for geos-config geos311 # for geos-config
cython cython
]; ];