Revert "osm2xmap: mark as broken"

This reverts commit a57e9fc6c0.
After the parent commit it builds again.  For now; future seems bleak.
This commit is contained in:
Vladimír Čunát 2021-07-20 11:40:04 +02:00
parent 34a9c0daf5
commit b53692cdc6
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

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