diff --git a/nix/sources.json b/nix/sources.json

index 758dd471cca2e38fa257f91a8da9abde478ba6b7..63032f745c6ed54e1629bf9595abbf6c35d860af 100644

--- a/nix/sources.json

+++ b/nix/sources.json

@@ -871,6 +871,20 @@ "type": "tarball",

     "url": "https://github.com/liosha/osm2mp/archive/748f93792ead174ad0e94a183a173ef3fcacf200.tar.gz",

     "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"

 },

 "ozi-map": {

     "branch": "master",

     "builtin": false,

diff --git a/pkgs/default.nix b/pkgs/default.nix

index 7cc21dfd385ca872739959196c94474861f4c381..cc95e5045e061a6ab66cd584d9128d33b7a943d2 100644

--- a/pkgs/default.nix

+++ b/pkgs/default.nix

@@ -195,6 +195,7 @@ osm2mp = perlPackages.callPackage ./tools/geo/osm2mp {

   inherit sources;

   inherit (perlPackages) GeoOpenstreetmapParser MatchSimple MathPolygon MathPolygonTree TreeR;

 };

 phyghtmap = callPackage ./tools/geo/phyghtmap { };

 polyvectorization = libsForQt5.callPackage ./tools/graphics/polyvectorization {

   inherit sources;

diff --git a/pkgs/tools/geo/osmcoastline/default.nix b/pkgs/tools/geo/osmcoastline/default.nix

new file mode 100644

index 0000000000000000000000000000000000000000..c0ca24ff7af9b30088378295124eef73a666bd57

--- /dev/null

+++ b/pkgs/tools/geo/osmcoastline/default.nix

@@ -0,0 +1,49 @@

+{ stdenv

+, fetchFromGitHub

+, cmake

+, bzip2

+, expat

+, gdal

+, geos

+, libosmium

+, protozero

+, sqlite

+, zlib

+, sources

+}:

+stdenv.mkDerivation rec {

+}

Proxy Information
Original URL
gemini://git.sikmir.ru/nur-packages/commits/47aa4cd6db735c398571f008181239744c29be00.patch
Status Code
Success (20)
Meta
application/octet-stream
Capsule Response Time
132.340179 milliseconds
Gemini-to-HTML Time
1.487079 milliseconds

This content has been proxied by September (3851b).