diff --git a/pkgs/tools/geo/rio-mbtiles/default.nix b/pkgs/tools/geo/rio-mbtiles/default.nix
index b9eafbf34ccaed0e7523e7621de6f45b06acd695..fb8f52881aea267883991e230dc116c9cfbc6e4a 100644
--- a/pkgs/tools/geo/rio-mbtiles/default.nix
+++ b/pkgs/tools/geo/rio-mbtiles/default.nix
@@ -1,4 +1,4 @@
-{ lib, fetchFromGitHub, python3Packages, supermercado }:
+{ lib, stdenv, fetchFromGitHub, python3Packages, supermercado }:
python3Packages.buildPythonApplication rec {
pname = "rio-mbtiles";
@@ -31,5 +31,6 @@ inherit (src.meta) homepage;
license = licenses.mit;
maintainers = [ maintainers.sikmir ];
platforms = platforms.unix;
};
}
application/octet-stream
This content has been proxied by September (3851b).