osm2xmap: mark as broken
Upstream seems dead; I found no fork (in other distros, etc.)
This commit is contained in:
parent
b0fc0ba4ac
commit
a57e9fc6c0
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue