diff --git a/nix/sources.json b/nix/sources.json
index 40161976f40e89d3dc413af74484ae13be099272..3874c1b16070e17b2a297e5c1cd73bedb34da6fd 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -285,19 +285,6 @@ "type": "tarball",
"url": "https://github.com/consbio/mbtileserver/archive/b872713c7dbf3cce83e03289e6fb992c4e68386c.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"branch": "master",
"builtin": false,
"description": "Importer and Exporter of MBTiles",
"homepage": "http://mapbox.com/developers/",
"owner": "mapbox",
"repo": "mbutil",
"rev": "2fc4161f9be890a65d07f5e7b2ed0c8a0a123ed6",
"sha256": "1z48iispxg5mfch86f06amdaqy5mnpq6vsyrp8znspjsvr7s4r3r",
"type": "tarball",
"url": "https://github.com/mapbox/mbutil/archive/2fc4161f9be890a65d07f5e7b2ed0c8a0a123ed6.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
"mercantile": {
"branch": "master",
"builtin": false,
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 8fbe475b2cf1c15bcb4726b50a9cc3bfb743ac42..007357689f50a3bebe8d874b40136a5655d0f860 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -50,9 +50,6 @@ ish = callPackage ./tools/networking/ish { };
libshell = callPackage ./development/libraries/libshell { };
mapsoft = callPackage ./applications/mapsoft { };
mbtileserver = callPackage ./servers/mbtileserver { };
mercantile = python3Packages.callPackage ./development/python-modules/mercantile {
inherit sources;
};
diff --git a/pkgs/tools/mbutil/default.nix b/pkgs/tools/mbutil/default.nix
deleted file mode 100644
index 084a03e9c08f93a372dd333ee1ad3bc840abee7c..0000000000000000000000000000000000000000
--- a/pkgs/tools/mbutil/default.nix
+++ /dev/null
@@ -1,17 +0,0 @@
-{ lib, buildPythonApplication, nose, sources }:
-buildPythonApplication rec {
-}
application/octet-stream
This content has been proxied by September (3851b).