8 stdenv.mkDerivation (finalAttrs: {
13 url = "https://download.osgeo.org/geos/geos-${finalAttrs.version}.tar.bz2";
14 hash = "sha256-xsmu36iGT7RLp4kRQIRCOCv9BpDPLUCRrjgFyGN4kDY=";
17 nativeBuildInputs = [ cmake ];
19 enableParallelBuilding = true;
21 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
24 description = "C++ port of the Java Topology Suite (JTS)";
25 mainProgram = "geos-config";
26 homepage = "https://trac.osgeo.org/geos";
27 license = licenses.lgpl21Only;
28 pkgConfigModules = [ "geos" ];
29 maintainers = with lib.maintainers; [