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, 0 insertions, 2 deletions
diff --git a/pkgs/applications/misc/osm2xmap/default.nix b/pkgs/applications/misc/osm2xmap/default.nix
index 101a626f2c3..4f2af99ab14 100644
--- a/pkgs/applications/misc/osm2xmap/default.nix
+++ b/pkgs/applications/misc/osm2xmap/default.nix
@@ -29,7 +29,5 @@ 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;
   };
 }