diff --git a/pkgs/osm/map-machine/default.nix b/pkgs/osm/map-machine/default.nix
index 85172135ece8ce8242d7975b5651d3fea3c07e07..59dc2f44fa23b972cc9ddd5b8d3c8550e3435d76 100644
--- a/pkgs/osm/map-machine/default.nix
+++ b/pkgs/osm/map-machine/default.nix
@@ -2,14 +2,14 @@ { lib, fetchFromGitHub, python3Packages, portolan }:
python3Packages.buildPythonApplication rec {
pname = "map-machine";
disabled = python3Packages.pythonOlder "3.9";
src = fetchFromGitHub {
owner = "enzet";
repo = "map-machine";
rev = "v${version}";
};
propagatedBuildInputs = with python3Packages; [
@@ -36,5 +36,6 @@ description = "A simple renderer for OpenStreetMap with custom icons";
inherit (src.meta) homepage;
license = licenses.mit;
maintainers = [ maintainers.sikmir ];
};
}
application/octet-stream
This content has been proxied by September (3851b).