summary refs log tree commit diff
path: root/pkgs/applications/misc/osm2xmap/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/osm2xmap/default.nix')
-rw-r--r--pkgs/applications/misc/osm2xmap/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/misc/osm2xmap/default.nix b/pkgs/applications/misc/osm2xmap/default.nix
index 4f2af99ab14..101a626f2c3 100644
--- a/pkgs/applications/misc/osm2xmap/default.nix
+++ b/pkgs/applications/misc/osm2xmap/default.nix
@@ -29,5 +29,7 @@ stdenv.mkDerivation rec {
     license = licenses.gpl3;
     maintainers = [ maintainers.mpickering ];
     platforms = with lib.platforms; linux;
+    # it probably needs https://proj.org/development/migration.html
+    broken = true;
   };
 }