Commit Graph

4 Commits

Author SHA1 Message Date
h7x4
12315f53ff treewide: add mainProgram 2023-11-24 21:01:03 +01:00
traxys
758e0ef541 nominatim: fix issues with package
There are two issues that make the package unusable as is:
- The python dependencies are not taken into account, giving import
  errors on launch
- nominatim needs to be built with the same postgres version it will run
  on. It's a bit dirty to do an override postgresql_12 =
  postgresql_another_version, so this commit adds a `postgres` attribute
  to be more consistent
2023-11-02 17:21:57 +01:00
Martin Weinelt
bbbb7a79cd
python3Packges.pyicu: rename from PyICU 2022-12-28 18:09:57 +01:00
Mauricio Scheffer
d7e9eb35e2 nominatim: init at 4.0.1 2022-03-27 13:16:02 +01:00