diff --git a/nix/sources.json b/nix/sources.json
index c0cd26ed20504ab7ee6633e5acf9d83060b00cce..24d37cea8a06c2436ea4079e19dc0b20c8e422c7 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -843,6 +843,20 @@ "type": "tarball",
"url": "https://github.com/wladich/ozi_map/archive/4d6bd3f234960ba90d82e6d58da9c1bf4677eb16.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"branch": "master",
"builtin": false,
"date": "2020-11-28T13:45:19Z",
"description": "A python module to create static map images with markers, geodesic lines, etc.",
"homepage": "https://github.com/flopp/py-staticmaps",
"owner": "flopp",
"repo": "py-staticmaps",
"rev": "cbe706fd266137cdf8a412f6ca54c02e4bc89fa6",
"sha256": "0ff5wnrw7pfs80092r2iddacb3vi9a64s7j9im177897s55204fq",
"type": "tarball",
"url": "https://github.com/flopp/py-staticmaps/archive/cbe706fd266137cdf8a412f6ca54c02e4bc89fa6.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 ac298383bb3a362644ff3631f3d41ec2b9afd556..00b8a078e98fc45674f05fe0fb8b844c41452db8 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -187,6 +187,7 @@ osm2mp = perlPackages.callPackage ./tools/geo/osm2mp {
inherit sources;
inherit (perlPackages) GeoOpenstreetmapParser MatchSimple MathPolygon MathPolygonTree TreeR;
};
phyghtmap = callPackage ./tools/geo/phyghtmap { };
ptunnel = callPackage ./tools/networking/ptunnel { };
sendmap20 = callPackage ./tools/geo/sendmap20 { };
diff --git a/pkgs/tools/geo/py-staticmaps/default.nix b/pkgs/tools/geo/py-staticmaps/default.nix
new file mode 100644
index 0000000000000000000000000000000000000000..60937b5f625d1693e1467b101e1cd8df130354d2
--- /dev/null
+++ b/pkgs/tools/geo/py-staticmaps/default.nix
@@ -0,0 +1,19 @@
+{ lib, python3Packages, s2sphere, sources }:
+python3Packages.buildPythonApplication {
+}
application/octet-stream
This content has been proxied by September (3851b).