Merge pull request #122623 from tollb/fix/geos-remove-python-dependency-20210511a
geos: remove unnecessary python dependency
This commit is contained in:
commit
98352e5439
@ -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…
Reference in New Issue
Block a user