Unverified Commit e3c89da8 authored by Kerstin Humm's avatar Kerstin Humm
Browse files

nixos/weblate: add missing runtime inputs

parent a361eddc
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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
{