10 stdenv.mkDerivation rec {
19 src = fetchFromGitea {
20 domain = "git.osgeo.org/gitea";
23 rev = "librttopo-${version}";
24 sha256 = "0h7lzlkn9g4xky6h81ndy0aa6dxz8wb6rnl8v3987jy1i6pr072p";
30 geos # for geos-config
33 buildInputs = [ geos ];
35 enableParallelBuilding = true;
38 description = "RT Topology Library";
39 homepage = "https://git.osgeo.org/gitea/rttopo/librttopo";
40 license = licenses.gpl2Plus;
41 maintainers = with maintainers; teams.geospatial.members ++ [ dotlambda ];
42 platforms = platforms.unix;