1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "https://download.osgeo.org/geos/${pname}-${version}.tar.bz2";
9 sha256 = "sha256-RKWpviHX1HNDa/Yhwt3MPPWou+PHhuEyKWGKO52GEpc=";
12 enableParallelBuilding = true;
14 # https://trac.osgeo.org/geos/ticket/993
15 configureFlags = lib.optional stdenv.isAarch32 "--disable-inline";
18 description = "C++ port of the Java Topology Suite (JTS)";
19 homepage = "https://trac.osgeo.org/geos";
20 license = licenses.lgpl21Only;
21 maintainers = with lib.maintainers; [