osm2xmap: mark as broken

Upstream seems dead; I found no fork (in other distros, etc.)
This commit is contained in:
Vladimír Čunát 2021-07-17 10:57:04 +02:00
parent b0fc0ba4ac
commit a57e9fc6c0
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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;
};
}