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 {