perlPackages.Tirex: add passthru.updateScript
This commit is contained in:
parent
08a4a478bd
commit
eac643f338
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue