apacheHttpdPackages.mod_tile: add passthru.updateScript

This commit is contained in:
Anthony Roussel
2024-03-22 13:09:12 +01:00
parent c4e713b213
commit d27284b103
@@ -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";