geos: remove unnecessary python dependency
The python bindings were removed in versions starting with 3.9.0. See: https://git.osgeo.org/gitea/geos/geos/pulls/111
This commit is contained in:
parent
3385397ca1
commit
9c85535bc7
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, fetchurl, python }:
|
{ lib, stdenv, fetchurl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "geos";
|
pname = "geos";
|
||||||
@ -11,8 +11,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
buildInputs = [ python ];
|
|
||||||
|
|
||||||
# https://trac.osgeo.org/geos/ticket/993
|
# https://trac.osgeo.org/geos/ticket/993
|
||||||
configureFlags = lib.optional stdenv.isAarch32 "--disable-inline";
|
configureFlags = lib.optional stdenv.isAarch32 "--disable-inline";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user