diff --git a/pkgs/data/maps/gpxsee-poi/default.nix b/pkgs/data/maps/gpxsee-poi/default.nix
index bffda3730f8ef3dc582e198cb50bb498e4c84327..40632121c69c64628ada70120db9efebacae77df 100644
--- a/pkgs/data/maps/gpxsee-poi/default.nix
+++ b/pkgs/data/maps/gpxsee-poi/default.nix
@@ -2,9 +2,9 @@ { lib, fetchurl, gzip, jq }:
{
geocachingSu = fetchurl {
url = "https://nakarte.me/geocachingSu/geocaching_su2.json";
downloadToTemp = true;
recursiveHash = true;
postFetch = ''
@@ -25,9 +25,9 @@ };
};
laavut = fetchurl {
url = "http://www.laavu.org/lataa.php?paikkakunta=kaikki";
downloadToTemp = true;
recursiveHash = true;
postFetch = ''
@@ -105,6 +105,27 @@
meta = with lib; {
homepage = "https://strelki.extremum.org/s/p/47p";
description = "Стрелки-47";
maintainers = with maintainers; [ sikmir ];
license = licenses.free;
platforms = platforms.all;
skip.ci = true;
install -dm755 $out/share/gpxsee/POI
cat $downloadedFile > $out/share/gpxsee/POI/nashipohody.kml
homepage = "http://nashipohody.ru";
description = "Карта Достопримечательностей";
maintainers = with maintainers; [ sikmir ];
license = licenses.free;
platforms = platforms.all;
application/octet-stream
This content has been proxied by September (3851b).