forked from mirrors/nixpkgs
nominatim: Add pyosmium to the dependencies
This package is required to perform updates of nominatim (using replication --once)
This commit is contained in:
parent
d3a15f0432
commit
fdd7755f93
|
@ -45,6 +45,7 @@ stdenv.mkDerivation rec {
|
|||
jinja2
|
||||
pyicu
|
||||
datrie
|
||||
pyosmium
|
||||
]))
|
||||
# python3Packages.pylint # We don't want to run pylint because the package could break on pylint bumps which is really annoying.
|
||||
# python3Packages.pytest # disabled since I can't get it to run tests anyway
|
||||
|
|
Loading…
Reference in a new issue