diff --git a/pkgs/tools/geo/supermercado/default.nix b/pkgs/tools/geo/supermercado/default.nix
index 71740510abb7c0dd29c52dea5da421ab60c0dba1..291da1bfa228371f7c7882e646fa3d2463baf3ef 100644
--- a/pkgs/tools/geo/supermercado/default.nix
+++ b/pkgs/tools/geo/supermercado/default.nix
@@ -1,5 +1,4 @@
{ lib
-, fetchpatch
, python3Packages
, mercantile
, sources
@@ -12,16 +11,6 @@ in
python3Packages.buildPythonApplication {
inherit pname version;
src = sources.supermercado;
fetchpatch {
url = "https://github.com/mapbox/supermercado/commit/3a70bccad64557920121e81aded869d44581230c.patch";
sha256 = "0zbzk1ac59q974yp1f7gz5hpvr2z54hjygynxi0a6vn1ii30mnwr";
}
propagatedBuildInputs = with python3Packages; [ click-plugins rasterio mercantile numpy ];
application/octet-stream
This content has been proxied by September (3851b).