nixos/weblate: add missing runtime inputs

This commit is contained in:
Kerstin Humm
2026-01-23 13:48:03 +01:00
parent a361eddce2
commit e3c89da88f
@@ -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
{