From e3c89da88fee350bf50d5b0fb129753bb3278d3d Mon Sep 17 00:00:00 2001 From: Kerstin Humm Date: Fri, 23 Jan 2026 13:34:05 +0100 Subject: [PATCH] nixos/weblate: add missing runtime inputs --- nixos/modules/services/web-apps/weblate.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/modules/services/web-apps/weblate.nix b/nixos/modules/services/web-apps/weblate.nix index 13b7bd85a7f7..ff56b1927db6 100644 --- a/nixos/modules/services/web-apps/weblate.nix +++ b/nixos/modules/services/web-apps/weblate.nix @@ -130,8 +130,12 @@ let inherit (finalPackage) GI_TYPELIB_PATH; }; + # Packages needed at runtime weblatePath = with pkgs; [ gitSVN + subversion + gettext + fontconfig borgbackup #optional @@ -141,6 +145,7 @@ let mercurial openssh ]; + in {