Unverified Commit d4cc84c0 authored by Ivan Mincik's avatar Ivan Mincik Committed by GitHub
Browse files

mapnik: make the geospatial team adopt the package (#344613)

parents f2d419d3 d595e486
Loading
Loading
Loading
Loading
+10 −4
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  stdenv,
  fetchFromGitHub,
  gitUpdater,
  buildPackages,
  cmake,
  pkg-config,
@@ -38,6 +39,8 @@ stdenv.mkDerivation rec {
    fetchSubmodules = true;
  };

  passthru.updateScript = gitUpdater { rev-prefix = "v"; };

  postPatch = ''
    substituteInPlace configure \
      --replace '$PYTHON scons/scons.py' ${buildPackages.scons}/bin/scons
@@ -122,7 +125,10 @@ stdenv.mkDerivation rec {
  meta = with lib; {
    description = "Open source toolkit for developing mapping applications";
    homepage = "https://mapnik.org";
    maintainers = with maintainers; [
    maintainers =
      with maintainers;
      teams.geospatial.members
      ++ [
        hrdinka
        hummeltech
      ];