diff --git a/pkgs/geospatial/arcgis2geojson/default.nix b/pkgs/geospatial/arcgis2geojson/default.nix
index 1677706926180fbaee512fda3a12fc8bf96f8fd7..bb5ede65c205522875b1bb6c04a2fdb1cf174df2 100644
--- a/pkgs/geospatial/arcgis2geojson/default.nix
+++ b/pkgs/geospatial/arcgis2geojson/default.nix
@@ -1,4 +1,4 @@
-{ lib, python3Packages, fetchFromGitHub, poetry }:
+{ lib, python3Packages, fetchFromGitHub }:
python3Packages.buildPythonApplication rec {
pname = "arcgis2geojson";
@@ -12,7 +12,12 @@ rev = version;
hash = "sha256-6lXfQoazBABryyuch1PJF/7yPq7cOBuvGWCqBUVPdts=";
};
--replace "poetry.masonry" "poetry.core.masonry"
meta = with lib; {
description = "A Python library for converting ArcGIS JSON to GeoJSON";
application/octet-stream
This content has been proxied by September (3851b).