diff --git a/nix/sources.json b/nix/sources.json
index e591068c9a534f321efc504b0f68687635456339..f26e67bcf2a9f6b0b97c7a463de7c7ac4794c882 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -385,6 +385,19 @@ "type": "tarball",
"url": "https://github.com/mapbox/mercantile/archive/9e7b52f6a2019f904b2ceba3f5f9ca6ac8f02b80.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"branch": "master",
"builtin": false,
"description": "Mikatools provides fast and easy methods for common Python coding tasks",
"homepage": "https://github.com/mikahama/mikatools",
"owner": "mikahama",
"repo": "mikatools",
"rev": "64a21f2af5c22f0f6ea8bb895286f260bcf61d00",
"sha256": "17wbddjz2jggqbb10c67lns2ni632ixd1rjfxbgiyja1fckzgx2x",
"type": "tarball",
"url": "https://github.com/mikahama/mikatools/archive/64a21f2af5c22f0f6ea8bb895286f260bcf61d00.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
"morse-talk": {
"branch": "master",
"builtin": false,
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 5e977fb7d78bfd0414172ed160ea501edd0bd1f4..df6a3c1539e904e61a6c2390edc8a806f12d1672 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -90,6 +90,9 @@ };
mercantile = python3Packages.callPackage ./development/python-modules/mercantile {
inherit sources;
};
inherit sources;
pyephem = python3Packages.callPackage ./development/python-modules/pyephem {
inherit sources;
};
diff --git a/pkgs/development/python-modules/mikatools/default.nix b/pkgs/development/python-modules/mikatools/default.nix
new file mode 100644
index 0000000000000000000000000000000000000000..37d20d1cffdff68a6d202a35a8aa9a80a8c3aaa7
--- /dev/null
+++ b/pkgs/development/python-modules/mikatools/default.nix
@@ -0,0 +1,16 @@
+{ lib, buildPythonPackage, requests, clint, sources }:
+buildPythonPackage rec {
+}
application/octet-stream
This content has been proxied by September (3851b).