diff --git a/nix/sources.json b/nix/sources.json
index 5577deb17838e4c139ddf4e65385e569118c07bf..cc2c292a82ccb87cc62f110467af4449f2ea6f30 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -758,6 +758,20 @@ "type": "tarball",
"url": "https://github.com/liosha/osm2mp/archive/748f93792ead174ad0e94a183a173ef3fcacf200.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"branch": "master",
"builtin": false,
"date": "2019-10-24T18:44:05Z",
"description": "python module for reading OziExplorer .map files",
"homepage": "https://github.com/wladich/ozi_map",
"owner": "wladich",
"repo": "ozi_map",
"rev": "4d6bd3f234960ba90d82e6d58da9c1bf4677eb16",
"sha256": "1ap6r38n5dvvi6n8s0fps9afs7sa5rgdwsjk4fdzj44rs65hmc5i",
"type": "tarball",
"url": "https://github.com/wladich/ozi_map/archive/4d6bd3f234960ba90d82e6d58da9c1bf4677eb16.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 9a08c5fa4e00d692c89e0d29baff275a835863fb..9e2290814544a60f0eb9693460d129e93ad8af0b 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -123,6 +123,7 @@ jsonseq = callPackage ./development/python-modules/jsonseq { };
maprec = callPackage ./development/python-modules/maprec { };
mercantile = callPackage ./development/python-modules/mercantile { };
mikatools = callPackage ./development/python-modules/mikatools { };
pyephem = callPackage ./development/python-modules/pyephem { };
pyimagequant = callPackage ./development/python-modules/pyimagequant { };
pymbtiles = callPackage ./development/python-modules/pymbtiles { };
diff --git a/pkgs/development/python-modules/ozi_map/default.nix b/pkgs/development/python-modules/ozi_map/default.nix
new file mode 100644
index 0000000000000000000000000000000000000000..a4ee8feba726ac68755970ea33f0b57136a40bf2
--- /dev/null
+++ b/pkgs/development/python-modules/ozi_map/default.nix
@@ -0,0 +1,23 @@
+{ lib, python3Packages, maprec, sources }:
+python3Packages.buildPythonPackage {
+}
application/octet-stream
This content has been proxied by September (3851b).