diff --git a/pkgs/default.nix b/pkgs/default.nix
index 3bcffa7c806d5194485980d11cbe3dac9b6f6512..9e22e2b8ebfb9b0a3cb5080bfb5473e54bffe733 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -180,6 +180,7 @@ };
### GEOSPATIAL
datamaps = callPackage ./geospatial/datamaps { };
elevation = callPackage ./geospatial/elevation {
click = click-6-7;
diff --git a/pkgs/geospatial/arcgis2geojson/default.nix b/pkgs/geospatial/arcgis2geojson/default.nix
new file mode 100644
index 0000000000000000000000000000000000000000..dbae114d316aadc87867319d4ef49fc70e561e10
--- /dev/null
+++ b/pkgs/geospatial/arcgis2geojson/default.nix
@@ -0,0 +1,23 @@
+{ lib, python3Packages, fetchFromGitHub, poetry }:
+python3Packages.buildPythonApplication rec {
+}
application/octet-stream
This content has been proxied by September (3851b).