apacheHttpdPackages.mod_tile: Support for Mapnik >=v4.0.0-rc2

This commit is contained in:
David Hummel
2024-06-17 19:55:42 -07:00
parent d465a92ecc
commit fd669cd8a2
2 changed files with 33 additions and 0 deletions
@@ -29,6 +29,11 @@ stdenv.mkDerivation rec {
hash = "sha256-zXUwTG8cqAkY5MC1jAc2TtMgNMQPLc5nc22okVYP4ME=";
};
patches = [
# Support Mapnik >= v4.0.0-rc2 (boost:optional no longer used)
./mod_tile-std_optional.patch
];
nativeBuildInputs = [
cmake
pkg-config
@@ -64,6 +69,8 @@ stdenv.mkDerivation rec {
installFlags = [ "DESTDIR=$(out)" ];
doCheck = true;
# Do not run tests in parallel
enableParallelChecking = false;
passthru.updateScript = nix-update-script { };