diff --git a/nix/sources.json b/nix/sources.json
index afce1ac57fcc34d4262f5e015c934f66d39251bd..277a1d4e93bd872879c3211e93b5abb838dff50a 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -345,6 +345,18 @@ "type": "tarball",
"url": "https://github.com/btittelbach/openmtbmap_openvelomap_linux/archive/6d00e273d7391fae72fb7fd21859483db3e26c1a.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"branch": "master",
"description": "Convert Openstreetmap data to MP format",
"homepage": "https://github.com/liosha/osm2mp",
"owner": "liosha",
"repo": "osm2mp",
"rev": "748f93792ead174ad0e94a183a173ef3fcacf200",
"sha256": "0k525fzlcxih51hxvy24fhc12z4i0jvvd4lrfrlhjyhbx8x486v3",
"type": "tarball",
"url": "https://github.com/liosha/osm2mp/archive/748f93792ead174ad0e94a183a173ef3fcacf200.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
"pyephem": {
"branch": "master",
"builtin": false,
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 88ea4e12d0e5e8531bf7396ee64ca2ec68c667d1..61200474c543614846fa22389e6de8969fbbf880 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -61,6 +61,10 @@ openmtbmap_openvelomap_linux = callPackage ./tools/geo/openmtbmap_openvelomap_linux { };
openorienteering-mapper = libsForQt5.callPackage ./applications/openorienteering-mapper {
inherit sources;
};
ptunnel = callPackage ./tools/networking/ptunnel { };
pyephem = python3Packages.callPackage ./development/python-modules/pyephem {
inherit sources;
diff --git a/pkgs/tools/geo/osm2mp/default.nix b/pkgs/tools/geo/osm2mp/default.nix
new file mode 100644
index 0000000000000000000000000000000000000000..81770a709cf2a845807038d69e3232e117f19960
--- /dev/null
+++ b/pkgs/tools/geo/osm2mp/default.nix
@@ -0,0 +1,54 @@
+{ lib, buildPerlPackage, sources, ConfigStd, EncodeLocale
+, FileSlurp, GeoOpenstreetmapParser, JSON, ListMoreUtils
+, LWPProtocolHttps, MatchSimple, MathPolygon, MathPolygonTree
+, TemplateToolkit, TextUnidecode, TreeR, YAML }:
+buildPerlPackage rec {
--replace "\$Bin/cfg" "$out/share/osm2mp/cfg"
+}
application/octet-stream
This content has been proxied by September (3851b).