diff --git a/default.nix b/default.nix
index 91d1b24582aef946fe85659b50b30e90a8b143b2..7acfaa1201a52fcc9e5bdabb5d354fb6bfd3c8cc 100644
--- a/default.nix
+++ b/default.nix
@@ -114,6 +114,10 @@ }
else callPackage ./pkgs/tools/stardict-tools {
inherit (sources) stardict-3;
};
supload = callPackage ./pkgs/tools/supload {
inherit (sources) supload;
};
diff --git a/nix/sources.json b/nix/sources.json
index f2d0928628b1a6949df340a00bdf8e2542568a25..f95836ab0fbd6bbe00a0cae78556f6ef1483047c 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -311,6 +311,18 @@ "type": "tarball",
"url": "https://github.com/huzheng001/stardict-3/archive/8c5c26996dca52d6bda0aedb5da0381db930a733.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"branch": "master",
"description": "Supercharger for mercantile",
"homepage": "https://github.com/mapbox/supermercado",
"owner": "mapbox",
"repo": "supermercado",
"rev": "a3f3e4b0a5b4694aabc6245f90bd8a93db8c90a4",
"sha256": "0sam1jg244kp347bnq0vkl1jqlax7n7nxj22x87bm355rgpfbgij",
"type": "tarball",
"url": "https://github.com/mapbox/supermercado/archive/a3f3e4b0a5b4694aabc6245f90bd8a93db8c90a4.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
"supload": {
"branch": "master",
"description": "Bash script for upload file to cloud storage based on OpenStack Swift API.",
diff --git a/pkgs/tools/supermercado/default.nix b/pkgs/tools/supermercado/default.nix
new file mode 100644
index 0000000000000000000000000000000000000000..012840a6ea4806e0504fbf5de2a58843a1e62cc7
--- /dev/null
+++ b/pkgs/tools/supermercado/default.nix
@@ -0,0 +1,29 @@
+{ lib, fetchpatch, buildPythonApplication
+, click-plugins, rasterio, mercantile, numpy, pytest, supermercado }:
+buildPythonApplication rec {
url = "https://github.com/mapbox/supermercado/commit/3a70bccad64557920121e81aded869d44581230c.patch";
sha256 = "0zbzk1ac59q974yp1f7gz5hpvr2z54hjygynxi0a6vn1ii30mnwr";
+}
application/octet-stream
This content has been proxied by September (3851b).