Merge pull request #95301 from lopsided98/geos-arm
geos: fix build on 32-bit ARM
This commit is contained in:
commit
89b6e7746e
@ -12,6 +12,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ python ];
|
buildInputs = [ python ];
|
||||||
|
|
||||||
|
# https://trac.osgeo.org/geos/ticket/993
|
||||||
|
configureFlags = stdenv.lib.optional stdenv.isAarch32 "--disable-inline";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "C++ port of the Java Topology Suite (JTS)";
|
description = "C++ port of the Java Topology Suite (JTS)";
|
||||||
homepage = "https://trac.osgeo.org/geos";
|
homepage = "https://trac.osgeo.org/geos";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user