apacheHttpdPackages.mod_tile: add passthru.updateScript

This commit is contained in:
Anthony Roussel 2024-03-21 22:42:24 +01:00
parent c4e713b213
commit d27284b103
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,7 @@
, iniparser
, libmemcached
, mapnik
, nix-update-script
}:
stdenv.mkDerivation rec {
@ -64,6 +65,8 @@ stdenv.mkDerivation rec {
doCheck = true;
passthru.updateScript = nix-update-script { };
meta = with lib; {
homepage = "https://github.com/openstreetmap/mod_tile";
description = "Efficiently render and serve OpenStreetMap tiles using Apache and Mapnik";