perlPackages.Tirex: add passthru.updateScript

This commit is contained in:
Anthony Roussel 2024-03-21 00:43:55 +01:00
parent 08a4a478bd
commit eac643f338
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@
, JSON
, LWP
, mapnik
, nix-update-script
}:
buildPerlPackage rec {
@ -43,6 +44,8 @@ buildPerlPackage rec {
rmdir $out/$out $out/nix/store $out/nix
'';
passthru.updateScript = nix-update-script { };
meta = {
description = "Tools for running a map tile server";
homepage = "https://wiki.openstreetmap.org/wiki/Tirex";