diff --git a/default.nix b/default.nix
index 7acfaa1201a52fcc9e5bdabb5d354fb6bfd3c8cc..5a15a59d726e21d690e409b69d9c298cf6c2557d 100644
--- a/default.nix
+++ b/default.nix
@@ -97,6 +97,9 @@ openorienteering-mapper = libsForQt5.callPackage ./pkgs/applications/openorienteering-mapper {
inherit (sources) mapper;
};
ptunnel = callPackage ./pkgs/tools/networking/ptunnel { };
pymbtiles = python3Packages.callPackage ./pkgs/development/python-modules/pymbtiles {
inherit (sources) pymbtiles;
};
diff --git a/nix/sources.json b/nix/sources.json
index f95836ab0fbd6bbe00a0cae78556f6ef1483047c..a7162c8bbae5e865649295c5b37716b07b6fc1a3 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -275,6 +275,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": "Scientific-grade astronomy routines for Python",
"homepage": "https://rhodesmill.org/pyephem",
"owner": "brandon-rhodes",
"repo": "pyephem",
"rev": "db3e617e73d814efd994a259a5df9addac721774",
"sha256": "100lic8qkj1xnbc64zv378azjap57zvlkqw2kxdncp1xdcbiz7hq",
"type": "tarball",
"url": "https://github.com/brandon-rhodes/pyephem/archive/db3e617e73d814efd994a259a5df9addac721774.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
"pymbtiles": {
"branch": "master",
"description": "Python utilities for Mapbox mbtiles files",
diff --git a/pkgs/development/python-modules/pyephem/default.nix b/pkgs/development/python-modules/pyephem/default.nix
new file mode 100644
index 0000000000000000000000000000000000000000..352878d9c1d80283640ee9ea7141db7dcaac6bbc
--- /dev/null
+++ b/pkgs/development/python-modules/pyephem/default.nix
@@ -0,0 +1,15 @@
+{ lib, buildPythonPackage, pyephem }:
+buildPythonPackage rec {
+}
application/octet-stream
This content has been proxied by September (3851b).