tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.pygeos: use GEOS 3.11
Ivan Mincik
2 years ago
8a9d435c
1b2bab09
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pygeos
default.nix
+2
-2
pkgs/development/python-modules/pygeos/default.nix
···
2
, buildPythonPackage
3
, fetchPypi
4
, python
5
-
, geos
6
, pytestCheckHook
7
, cython
8
, numpy
···
18
};
19
20
nativeBuildInputs = [
21
-
geos # for geos-config
22
cython
23
];
24
···
2
, buildPythonPackage
3
, fetchPypi
4
, python
5
+
, geos311
6
, pytestCheckHook
7
, cython
8
, numpy
···
18
};
19
20
nativeBuildInputs = [
21
+
geos311 # for geos-config
22
cython
23
];
24