From fdd7755f9373f15856a3582596bed0d9a028fb41 Mon Sep 17 00:00:00 2001 From: traxys Date: Thu, 25 Jan 2024 22:17:23 +0100 Subject: [PATCH] nominatim: Add pyosmium to the dependencies This package is required to perform updates of nominatim (using replication --once) --- pkgs/servers/nominatim/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/servers/nominatim/default.nix b/pkgs/servers/nominatim/default.nix index a666da35f4ca..db126863fe04 100644 --- a/pkgs/servers/nominatim/default.nix +++ b/pkgs/servers/nominatim/default.nix @@ -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